/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | AlgebraicSimplification.cpp | 50 bool isVector = matchPattern(op.getRhs(), m_Constant(&vectorExponent)); in matchAndRewrite() local 157 bool isVector = matchPattern(op.getRhs(), m_Constant(&vectorExponent)); in matchAndRewrite() local
|
/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 134 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT() argument 148 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function [all...] |
H A D | MachineValueType.h | 104 bool isVector() const { isVector() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 146 bool isVector() const { return isa<VectorType *>(CurTy); } in isVector() function
|
H A D | DebugInfoMetadata.h | 784 bool isVector() const { return getFlags() & FlagVector; } isVector() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 326 constexpr bool isVector() const { in isVector() function
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 100 bool isVector) {} in emitRegSave() argument
|
H A D | ARMELFStreamer.cpp | 168 const SmallVectorImpl<MCRegister> &RegList, bool isVector) { in emitRegSave() argument 772 emitRegSave(const SmallVectorImpl<unsigned> & RegList,bool isVector) emitRegSave() argument
|
/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
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalityPredicates.cpp | 73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { isVector() function in LegalityPredicates
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 167 bool isVector() const { isVector() function [all...] |
/llvm-project/clang/utils/ABITest/ |
H A D | TypeGen.py | 134 def __init__(self, index, isVector, elementType, size): argument
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | symbol.h | 132 bool isVector() const { return isVector_; } in isVector() function
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 98 bool isVector() const { return NumVectors > 0; } isVector() function in __anoncee49e800111::SVEType
|
H A D | NeonEmitter.cpp | 188 bool isVector() const { return isValue() && NumVectors > 0; } isVector() function in __anon1ddc9b620111::Type [all...] |
/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
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 36 bool R600InstrInfo::isVector(const MachineInstr &MI) const { isVector() function in R600InstrInfo
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 2902 auto isVector = verify() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 42 static inline bool isVector(MVT VT) { return VT.isVector(); } in isVector() function [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 4562 const bool isVector = genAssignment() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5298 LowerMemOpCallTo(SelectionDAG & DAG,MachineFunction & MF,SDValue Chain,SDValue Arg,SDValue PtrOff,int SPDiff,unsigned ArgOffset,bool isPPC64,bool isTailCall,bool isVector,SmallVectorImpl<SDValue> & MemOpChains,SmallVectorImpl<TailCallArgumentInfo> & TailCallArguments,const SDLoc & dl) LowerMemOpCallTo() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 9061 static bool isVector(QualType QT, QualType ElementType) { isVector() function
|