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

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

Completed in 421 milliseconds