Searched refs:ARITH_FENCE (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1266 ARITH_FENCE, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 599 Lo = DAG.getNode(ISD::ARITH_FENCE, DL, L.getValueType(), L); in SplitRes_ARITH_FENCE() 600 Hi = DAG.getNode(ISD::ARITH_FENCE, DL, H.getValueType(), H); in SplitRes_ARITH_FENCE()
|
H A D | LegalizeFloatTypes.cpp | 65 case ISD::ARITH_FENCE: R = SoftenFloatRes_ARITH_FENCE(N); break; in SoftenFloatResult() 232 SDValue NewFence = DAG.getNode(ISD::ARITH_FENCE, SDLoc(N), Ty, in SoftenFloatRes_ARITH_FENCE() 3027 case ISD::ARITH_FENCE: in SoftPromoteHalfResult() 3116 return DAG.getNode(ISD::ARITH_FENCE, SDLoc(N), MVT::i16, in SoftPromoteHalfRes_ARITH_FENCE()
|
H A D | SelectionDAGISel.cpp | 2484 CurDAG->SelectNodeTo(N, TargetOpcode::ARITH_FENCE, N->getValueType(0), in Select_ARITH_FENCE() 3240 case ISD::ARITH_FENCE: in SelectCodeCommon()
|
H A D | LegalizeVectorTypes.cpp | 104 case ISD::ARITH_FENCE: in ScalarizeVectorResult() 1181 case ISD::ARITH_FENCE: in SplitVectorResult() 4583 case ISD::ARITH_FENCE: in WidenVectorResult()
|
H A D | LegalizeIntegerTypes.cpp | 2770 case ISD::ARITH_FENCE: SplitRes_ARITH_FENCE(N, Lo, Hi); break; in ExpandIntegerResult()
|
H A D | SelectionDAGBuilder.cpp | 6907 setValue(&I, DAG.getNode(ISD::ARITH_FENCE, sdl, in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 125 HANDLE_TARGET_OPCODE(ARITH_FENCE)
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1808 case TargetOpcode::ARITH_FENCE: in emitFunctionBody()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1347 def ARITH_FENCE : StandardPseudoInstruction {
|