Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DSystemZ.h31 bool HasVector; variable
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h53 bool HasVector; variable
H A DSystemZISelLowering.cpp887 static AddressingMode getLoadStoreAddrMode(bool HasVector, in getLoadStoreAddrMode()
903 supportedAddressingMode(Instruction *I, bool HasVector) { in supportedAddressingMode()
/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp705 bool HasVector = Exts.count("zve32x") != 0; in checkDependency() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7385 bool HasVector; member in __anon8ad051810c11::SystemZABIInfo
7422 SystemZTargetCodeGenInfo(CodeGenTypes &CGT, bool HasVector, bool SoftFloatABI) in SystemZTargetCodeGenInfo()
11694 bool HasVector = !SoftFloat && getTarget().getABI() == "vector"; in getTargetCodeGenInfo() local