Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSystemZ.h31 bool HasVector; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h53 bool HasVector; variable
H A DSystemZISelLowering.cpp879 static AddressingMode getLoadStoreAddrMode(bool HasVector, in getLoadStoreAddrMode()
895 supportedAddressingMode(Instruction *I, bool HasVector) { in supportedAddressingMode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp7216 bool HasVector; member in __anon6bad40bc0b11::SystemZABIInfo
7253 SystemZTargetCodeGenInfo(CodeGenTypes &CGT, bool HasVector, bool SoftFloatABI) in SystemZTargetCodeGenInfo()
11130 bool HasVector = !SoftFloat && getTarget().getABI() == "vector"; in getTargetCodeGenInfo() local