HomeSort by relevance Sort by last modified time
    Searched refs:BR_JT (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 480 // BR_JT - Jumptable branch. The first operand is the chain, the second
482 BR_JT,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 282 case XCore::BR_JT:
286 if (MI->getOpcode() == XCore::BR_JT)
XCoreISelLowering.h 73 BR_JT,
XCoreInstrInfo.cpp 128 return BrOpc == XCore::BR_JT
XCoreISelLowering.cpp 63 case XCoreISD::BR_JT : return "XCoreISD::BR_JT";
117 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
208 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
362 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 278 case XCore::BR_JT:
282 if (MI->getOpcode() == XCore::BR_JT)
XCoreISelLowering.h 73 BR_JT,
XCoreInstrInfo.cpp 128 return BrOpc == XCore::BR_JT
XCoreISelLowering.cpp 64 case XCoreISD::BR_JT : return "XCoreISD::BR_JT";
114 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
205 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
358 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 566 /// BR_JT - Jumptable branch. The first operand is the chain, the second
568 BR_JT,
    [all...]
BasicTTIImpl.h 193 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 67 BR_JT,
XCoreInstrInfo.cpp 124 return BrOpc == XCore::BR_JT
XCoreISelLowering.cpp 58 case XCoreISD::BR_JT : return "XCoreISD::BR_JT";
116 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
173 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
345 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 599 /// BR_JT - Jumptable branch. The first operand is the chain, the second
601 BR_JT,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 48 BR_JT, // Jumptable branch.
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 124 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
541 case ISD::BR_JT:
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 47 BR_JT, // Jumptable branch.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 139 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
738 case ISD::BR_JT:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 281 case ISD::BR_JT: return "br_jt";
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 67 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 64 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 309 case ISD::BR_JT: return "br_jt";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCISelLowering.cpp 120 setOperationAction(ISD::BR_JT, MVT::Other, Expand);

Completed in 830 milliseconds

1 2 3