Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h134 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
148 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
H A DMachineValueType.h104 bool isVector() const { in isVector() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h326 constexpr bool isVector() const { in isVector() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp100 bool isVector) {} in emitRegSave() argument
H A DARMELFStreamer.cpp167 bool isVector) { in emitRegSave()
768 bool isVector) { in emitRegSave()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h301 bool isVector() const { return Scale && *Scale != 0; } in isVector() function
302 bool isVector(unsigned Width) const { in isVector() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h167 bool isVector() const { in isVector() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp869 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in HexagonMCInstrInfo
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp98 bool isVector() const { return NumVectors > 0; } in isVector() function in __anone51b860d0111::SVEType
H A DNeonEmitter.cpp188 bool isVector() const { return isValue() && NumVectors > 0; } in isVector() function in __anonfaf0748f0111::Type
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp36 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h784 bool isVector() const { return getFlags() & FlagVector; } in isVector() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp42 static inline bool isVector(MVT VT) { return VT.isVector(); } in isVector() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5289 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9096 static bool isVector(QualType QT, QualType ElementType) { in isVector() function