/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 110 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT() 129 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
|
H A D | TypeSize.h | 306 constexpr bool isVector() const { in isVector() function
|
H A D | MachineValueType.h | 386 bool isVector() const { in isVector() function
|
/openbsd/gnu/llvm/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 280 bool isVector() const { return Scale && *Scale != 0; } in isVector() function 281 bool isVector(unsigned Width) const { in isVector() function
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 101 bool isVector) {} in emitRegSave()
|
H A D | ARMELFStreamer.cpp | 168 bool isVector) { in emitRegSave() 777 bool isVector) { in emitRegSave()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalityPredicates.cpp | 73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 154 bool isVector() const { in isVector() function
|
/openbsd/gnu/llvm/clang/utils/ABITest/ |
H A D | TypeGen.py | 119 def __init__(self, index, isVector, elementType, size): argument
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 90 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon3bd444da0111::SVEType
|
H A D | NeonEmitter.cpp | 188 bool isVector() const { return isValue() && NumVectors > 0; } in isVector() function in __anon28c10cfc0111::Type
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 36 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 861 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in HexagonMCInstrInfo
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 772 bool isVector() const { return getFlags() & FlagVector; } in isVector() function
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 43 static inline bool isVector(MVT VT) { in isVector() function
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5086 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 9735 static bool isVector(QualType QT, QualType ElementType) { in isVector() function
|