/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LowLevelType.h |
|
H A D | ValueTypes.h | 160 bool isVector() const { isVector() function [all...] |
H A D | MachineValueType.h |
|
/freebsd-src/contrib/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 | 783 bool isVector() const { return getFlags() & FlagVector; } isVector() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 311 constexpr bool isVector() const { isVector() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 100 bool isVector) {} in emitRegSave()
|
H A D | ARMELFStreamer.cpp | 168 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 D | RISCVVIntrinsicUtils.h | 301 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 D | LegalityPredicates.cpp | 73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 98 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon9ce31d5f0111::SVEType
|
H A D | NeonEmitter.cpp | 188 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 D | HexagonMCInstrInfo.cpp | 869 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 D | R600InstrInfo.cpp | 36 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5175 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 D | SemaExpr.cpp | 10092 static bool isVector(QualType QT, QualType ElementType) { isVector() function
|