| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
| H A D | LowLevelType.h | 135 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT() 149 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
|
| H A D | MachineValueType.h | 107 bool isVector() const { in isVector() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 327 constexpr bool isVector() const { in isVector() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMTargetStreamer.cpp | 100 bool isVector) {} in emitRegSave()
|
| H A D | ARMELFStreamer.cpp | 172 const SmallVectorImpl<MCRegister> &RegList, bool isVector) { in emitRegSave() 772 const SmallVectorImpl<MCRegister> &RegList, bool isVector) { in emitRegSave()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 301 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 D | LegalityPredicates.cpp | 84 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 168 bool isVector() const { in isVector() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.cpp | 34 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 94 bool isVector() const { return NumVectors > 0; } in isVector() function in __anone51b860d0111::SVEType
|
| H A D | NeonEmitter.cpp | 186 bool isVector() const { return isValue() && NumVectors > 0; } in isVector() function in __anonfaf0748f0111::Type
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCInstrInfo.cpp | 869 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in HexagonMCInstrInfo
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 1391 bool isVector = mlir::isa<cir::VectorType>(type); in matchAndRewrite() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 808 bool isVector() const { return getFlags() & FlagVector; } in isVector() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 43 static inline bool isVector(MVT VT) { return VT.isVector(); } in isVector() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 9259 static bool isVector(QualType QT, QualType ElementType) { in isVector() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5303 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()
|