Home
last modified time | relevance | path

Searched defs:isVector (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h110 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
129 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
H A DTypeSize.h306 constexpr bool isVector() const { in isVector() function
H A DMachineValueType.h386 bool isVector() const { in isVector() function
/openbsd/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h280 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 DARMTargetStreamer.cpp101 bool isVector) {} in emitRegSave()
H A DARMELFStreamer.cpp168 bool isVector) { in emitRegSave()
777 bool isVector) { in emitRegSave()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h154 bool isVector() const { in isVector() function
/openbsd/gnu/llvm/clang/utils/ABITest/
H A DTypeGen.py119 def __init__(self, index, isVector, elementType, size): argument
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp90 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon3bd444da0111::SVEType
H A DNeonEmitter.cpp188 bool isVector() const { return isValue() && NumVectors > 0; } in isVector() function in __anon28c10cfc0111::Type
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp36 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp861 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in HexagonMCInstrInfo
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h772 bool isVector() const { return getFlags() & FlagVector; } in isVector() function
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp43 static inline bool isVector(MVT VT) { in isVector() function
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5086 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp9735 static bool isVector(QualType QT, QualType ElementType) { in isVector() function