Searched refs:GET_DYNAMIC_AREA_OFFSET (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h918 /// GET_DYNAMIC_AREA_OFFSET - get offset from native SP to the address of
922 GET_DYNAMIC_AREA_OFFSET, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp389 case ISD::GET_DYNAMIC_AREA_OFFSET: return "get.dynamic.area.offset";
H A DLegalizeDAG.cpp991 case ISD::GET_DYNAMIC_AREA_OFFSET:
3149 case ISD::GET_DYNAMIC_AREA_OFFSET:
H A DSelectionDAGBuilder.cpp6473 Res = DAG.getNode(ISD::GET_DYNAMIC_AREA_OFFSET, sdl, DAG.getVTList(ResTy),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp709 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp307 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, PtrVT, Custom);
5125 case ISD::GET_DYNAMIC_AREA_OFFSET:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp492 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i32, Custom);
493 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i64, Custom);
10474 case ISD::GET_DYNAMIC_AREA_OFFSET:

Completed in 389 milliseconds