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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 577 // ADJUST_TRAMPOLINE - This corresponds to the adjust_trampoline intrinsic.
581 ADJUST_TRAMPOLINE,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 677 /// ADJUST_TRAMPOLINE - This corresponds to the adjust_trampoline intrinsic.
681 ADJUST_TRAMPOLINE,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 326 case ISD::ADJUST_TRAMPOLINE: return "adjust_trampoline";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 355 case ISD::ADJUST_TRAMPOLINE: return "adjust_trampoline";
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 163 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
222 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 152 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
186 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 160 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
219 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 215 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 308 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 426 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 520 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 463 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp 497 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
    [all...]

Completed in 1366 milliseconds