Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp24 bool HasVector; member in __anon72064f580111::SystemZABIInfo
60 SystemZTargetCodeGenInfo(CodeGenTypes &CGT, bool HasVector, bool SoftFloatABI) in SystemZTargetCodeGenInfo() argument
534 createSystemZTargetCodeGenInfo(CodeGenModule & CGM,bool HasVector,bool SoftFloatABI) createSystemZTargetCodeGenInfo() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h30 bool HasVector; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp976 getLoadStoreAddrMode(bool HasVector,Type * Ty) getLoadStoreAddrMode() argument
992 supportedAddressingMode(Instruction * I,bool HasVector) supportedAddressingMode() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp239 bool HasVector = !SoftFloat && Target.getABI() == "vector"; createTargetCodeGenInfo() local