Searched defs:ExtType (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 156 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() local 383 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad() local
|
D | LegalizeVectorTypes.cpp | 806 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() local 2023 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() local 2591 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
|
D | DAGCombiner.cpp | 731 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) in PromoteOperand() local 955 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) in PromoteLoad() local 4277 ISD::NodeType ExtType) { in ExtendSetCCUses() 5032 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth() local 8623 ISD::LoadExtType ExtType = TLI.isLoadExtLegal(ISD::ZEXTLOAD, LVT) in visitEXTRACT_VECTOR_ELT() local
|
D | LegalizeIntegerTypes.cpp | 416 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() local 1800 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD() local
|
D | SelectionDAG.cpp | 2292 unsigned ExtType = LD->getExtensionType(); in ComputeNumSignBits() local 4363 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() 4396 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() 4456 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, DebugLoc dl, EVT VT, in getExtLoad()
|
D | LegalizeDAG.cpp | 868 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeLoadOps() local
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 439 LegalizeAction getLoadExtAction(unsigned ExtType, MVT VT) const { in getLoadExtAction() 447 bool isLoadExtLegal(unsigned ExtType, EVT VT) const { in isLoadExtLegal() 987 void setLoadExtAction(unsigned ExtType, MVT VT, in setLoadExtAction()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2133 ISD::LoadExtType ExtType = LD->getExtensionType(); in lowerLOAD() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5168 MVT::SimpleValueType ExtType = LD->getValueType(0).getSimpleVT().SimpleTy; in SkipLoadExtensionForVMULL() local
|