Searched defs:isVector (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp98 emitRegSave(const SmallVectorImpl<unsigned> &RegList, bool isVector) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h82 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, argument
96 bool isVector() const { return isValid() && IsVector; } function in class:llvm::LLT
[all...]
H A DMachineValueType.h331 bool isVector() const { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp57 bool R600InstrInfo::isVector(const MachineInstr &MI) const { function in class:R600InstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h156 bool isVector() const { function in struct:llvm::EVT
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h367 bool isVector() const { return Kind == Vector; } function in class:clang::APValue
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp189 bool isVector() const { return isValue() && NumVectors > 0; } function in class:__anon2449::Type
[all...]
H A DSveEmitter.cpp90 bool isVector() const { return NumVectors > 0; } function in class:__anon2451::SVEType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp854 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:HexagonMCInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h682 bool isVector() const { return getFlags() & FlagVector; } function in class:llvm::DIType
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp43 static inline bool isVector(MVT VT) { function
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5116 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) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8884 static bool isVector(QualType QT, QualType ElementType) { function

Completed in 395 milliseconds