Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h
H A DValueTypes.h160 bool isVector() const { isVector() function
[all...]
H A DMachineValueType.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h146 bool isVector() const { return isa<VectorType *>(CurTy); } in isVector() function
H A DDebugInfoMetadata.h783 bool isVector() const { return getFlags() & FlagVector; } isVector() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h311 constexpr bool isVector() const { isVector() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp100 bool isVector) {} in emitRegSave()
H A DARMELFStreamer.cpp168 emitRegSave(const SmallVectorImpl<unsigned> & RegList,bool isVector) emitRegSave() argument
777 emitRegSave(const SmallVectorImpl<unsigned> & RegList,bool isVector) emitRegSave() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp98 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon9ce31d5f0111::SVEType
H A DNeonEmitter.cpp188 bool isVector() const { return isValue() && NumVectors > 0; } in isVector() function in __anonabaaf6210111::Type
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp36 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5175 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...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10092 static bool isVector(QualType QT, QualType ElementType) { isVector() function