Searched defs:ExtType (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h61 struct ExtType { struct in struct:llvm::HexagonEvaluator
65 ExtType(char t, uint16_t w) : Type(t), Width(w) {} function in struct:llvm::HexagonEvaluator::ExtType
H A DHexagonISelDAGToDAG.cpp77 ISD::LoadExtType ExtType = LD->getExtensionType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp259 ISD::LoadExtType ExtType = LD->getExtensionType(); local
H A DLegalizeIntegerTypes.cpp633 ISD::LoadExtType ExtType = local
2944 ISD::LoadExtType ExtType = N->getExtensionType(); local
[all...]
H A DLegalizeVectorTypes.cpp1536 ISD::LoadExtType ExtType = LD->getExtensionType(); local
1589 ISD::LoadExtType ExtType = MLD->getExtensionType(); local
3735 ISD::LoadExtType ExtType = LD->getExtensionType(); local
3780 ISD::LoadExtType ExtType local
5059 GenWidenVectorExtLoads(SmallVectorImpl<SDValue> &LdChain, LoadSDNode *LD, ISD::LoadExtType ExtType) argument
[all...]
H A DDAGCombiner.cpp1188 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD local
1425 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD local
4901 isLegalNarrowLdSt(LSBaseSDNode *LDST, ISD::LoadExtType ExtType, EVT &MemVT, unsigned ShAmt) argument
9635 ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, SDValue OrigLoad, SDValue ExtLoad, ISD::NodeType ExtType) argument
10643 ISD::LoadExtType ExtType = LN0->getExtensionType(); local
10806 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; local
17617 ISD::LoadExtType ExtType = TLI.isLoadExtLegal(ISD::ZEXTLOAD, ResultVT, local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1008 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1205 getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain, argument
1225 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, argument
1238 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, argument
[all...]
H A DTargetLowering.h1187 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp962 LLT ExtType = Ty.getScalarType(); local
H A DLegalizerHelper.cpp1944 unsigned ExtType = Ty.getScalarSizeInBits() == 1 ? local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1394 ISD::LoadExtType ExtType = Load->getExtensionType(); local
1450 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); local
H A DSIISelLowering.cpp1646 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; local
7801 ISD::LoadExtType ExtType = Load->getExtensionType(); local
7708 getLoadExtOrTrunc(SelectionDAG &DAG, ISD::LoadExtType ExtType, SDValue Op, const SDLoc &SL, EVT VT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4495 unsigned ExtType = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp89 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::InvalidShiftExtend; member in class:__anon3849::final::Address
1438 emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ExtType, uint64_t ShiftImm, bool SetFlags, bool WantResult) argument
H A DAArch64ISelDAGToDAG.cpp1273 ISD::LoadExtType ExtType = LD->getExtensionType(); local
H A DAArch64ISelLowering.cpp3822 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; local
11552 unsigned ExtType = LHS.getOpcode(); local
12877 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { argument
12980 isEquivalentMaskless(unsigned CC, unsigned width, ISD::LoadExtType ExtType, int AddConstant, int CompConstant) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1852 ISD::LoadExtType ExtType; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2692 ISD::LoadExtType ExtType = LD->getExtensionType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp253 enum ExtType { enum in namespace:__anon3445
6741 Instruction::CastOps ExtType = Instruction::ZExt; local

Completed in 635 milliseconds