/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 82 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT() 96 bool isVector() const { return isValid() && IsVector; } in isVector() function
|
H A D | MachineValueType.h | 349 bool isVector() const { in isVector() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 99 bool isVector) {} in emitRegSave()
|
H A D | ARMELFStreamer.cpp | 158 bool isVector) { in emitRegSave() 762 bool isVector) { in emitRegSave()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalityPredicates.cpp | 73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 149 bool isVector() const { in isVector() function
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/ |
H A D | TypeGen.py | 119 def __init__(self, index, isVector, elementType, size): argument
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 102 bool isVector() const { return Scale.hasValue() && Scale.getValue() != 0; } in isVector() function in __anond814f6670111::RVVType
|
H A D | SveEmitter.cpp | 90 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon47288a980111::SVEType
|
H A D | NeonEmitter.cpp | 189 bool isVector() const { return isValue() && NumVectors > 0; } in isVector() function in __anon9e9e0a7a0111::Type
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 854 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in HexagonMCInstrInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 34 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 738 bool isVector() const { return getFlags() & FlagVector; } in isVector() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 42 static inline bool isVector(MVT VT) { in isVector() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5018 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 9080 static bool isVector(QualType QT, QualType ElementType) { in isVector() function
|