HomeSort by relevance Sort by last modified time
    Searched refs:ExtType (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 41 USHORT ExtType;
  /external/llvm/include/llvm/Target/
TargetLowering.h 520 LegalizeAction getLoadExtAction(unsigned ExtType, MVT VT) const {
521 assert(ExtType < ISD::LAST_LOADEXT_TYPE && VT < MVT::LAST_VALUETYPE &&
523 return (LegalizeAction)LoadExtActions[VT.SimpleTy][ExtType];
527 bool isLoadExtLegal(unsigned ExtType, EVT VT) const {
529 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal;
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 201 ISD::LoadExtType ExtType = LD->getExtensionType();
202 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
446 ISD::LoadExtType ExtType = LD->getExtensionType();
538 switch (ExtType) {
560 SDValue ScalarLoad = DAG.getExtLoad(ExtType, dl,
    [all...]
LegalizeVectorTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 446 ISD::LoadExtType ExtType =
449 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(),
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 236 ISD::NodeType ISD::getExtForLoadExtType(ISD::LoadExtType ExtType) {
237 switch (ExtType) {
    [all...]
DAGCombiner.cpp 193 ISD::NodeType ExtType);
833 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
838 return DAG.getExtLoad(ExtType, dl, PVT,
    [all...]
LegalizeTypes.h 671 /// ExtType: extension element type
673 LoadSDNode *LD, ISD::LoadExtType ExtType);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 718 milliseconds