Home
last modified time | relevance | path

Searched defs:HasVector (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/arch/riscv64/
H A Dinstruction_set_features_riscv64.h73 bool HasVector() const { return (bits_ & kExtVector) != 0; } in HasVector() function
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h47 bool HasVector; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h53 bool HasVector; variable
H A DSystemZISelLowering.cpp853 static AddressingMode getLoadStoreAddrMode(bool HasVector, in getLoadStoreAddrMode()
869 supportedAddressingMode(Instruction *I, bool HasVector) { in supportedAddressingMode()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DRISCVISAInfo.cpp815 bool HasVector = Exts.count("zve32x") != 0; in checkDependency() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5789 bool HasVector; member in __anon76b8d3e90811::SystemZABIInfo
5823 SystemZTargetCodeGenInfo(CodeGenTypes &CGT, bool HasVector) in SystemZTargetCodeGenInfo()
8038 bool HasVector = getTarget().getABI() == "vector"; in getTargetCodeGenInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp890 static AddressingMode getLoadStoreAddrMode(bool HasVector, in getLoadStoreAddrMode()
906 supportedAddressingMode(Instruction *I, bool HasVector) { in supportedAddressingMode()
/aosp_15_r20/external/clang/lib/Basic/
H A DTargets.cpp6721 bool HasVector; member in __anon99bd0e1d0111::SystemZTargetInfo