Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h82 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
96 bool isVector() const { return isValid() && IsVector; } in isVector() function
H A DMachineValueType.h349 bool isVector() const { in isVector() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp99 bool isVector) {} in emitRegSave()
H A DARMELFStreamer.cpp158 bool isVector) { in emitRegSave()
762 bool isVector) { in emitRegSave()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h149 bool isVector() const { in isVector() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py119 def __init__(self, index, isVector, elementType, size): argument
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp102 bool isVector() const { return Scale.hasValue() && Scale.getValue() != 0; } in isVector() function in __anond814f6670111::RVVType
H A DSveEmitter.cpp90 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon47288a980111::SVEType
H A DNeonEmitter.cpp189 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 DHexagonMCInstrInfo.cpp854 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 DR600InstrInfo.cpp34 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h738 bool isVector() const { return getFlags() & FlagVector; } in isVector() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp42 static inline bool isVector(MVT VT) { in isVector() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5018 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9080 static bool isVector(QualType QT, QualType ElementType) { in isVector() function