/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 760 GC_TRANSITION_END, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 916 GC_TRANSITION_END, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1238 GC_TRANSITION_END, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1314 GC_TRANSITION_END, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1321 GC_TRANSITION_END, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1306 GC_TRANSITION_END, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1314 GC_TRANSITION_END, enumerator
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 312 case ISD::GC_TRANSITION_END: return "gc_transition.end"; in getOperationName()
|
H A D | StatepointLowering.cpp | 709 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 388 case ISD::GC_TRANSITION_END: return "gc_transition.end"; in getOperationName()
|
H A D | StatepointLowering.cpp | 810 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 421 case ISD::GC_TRANSITION_END: return "gc_transition.end"; in getOperationName()
|
H A D | StatepointLowering.cpp | 964 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
|
/aosp_15_r20/external/llvm/docs/ |
H A D | Statepoints.rst | 307 GC_TRANSITION_END (lowered i32 *@Flag), SRCVALUE i32 *Flag 313 and ``GC_TRANSITION_END`` nodes appropriately when the "hypothetical-gc"
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 482 setOperationAction(ISD::GC_TRANSITION_END, MVT::Other, Custom); in X86TargetLowering() 21769 case ISD::GC_TRANSITION_END: return LowerGC_TRANSITION_END(Op, DAG); in LowerOperation()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 505 setOperationAction(ISD::GC_TRANSITION_END, MVT::Other, Custom); in X86TargetLowering() 28661 case ISD::GC_TRANSITION_END: return LowerGC_TRANSITION(Op, DAG); in LowerOperation()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 557 setOperationAction(ISD::GC_TRANSITION_END, MVT::Other, Custom); in X86TargetLowering() 33294 case ISD::GC_TRANSITION_END: return LowerGC_TRANSITION(Op, DAG); in LowerOperation()
|