Home
last modified time | relevance | path

Searched refs:ARITH_FENCE (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1335 ARITH_FENCE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp618 Lo = DAG.getNode(ISD::ARITH_FENCE, DL, L.getValueType(), L); in SplitRes_ARITH_FENCE()
619 Hi = DAG.getNode(ISD::ARITH_FENCE, DL, H.getValueType(), H); in SplitRes_ARITH_FENCE()
H A DLegalizeFloatTypes.cpp65 case ISD::ARITH_FENCE: R = SoftenFloatRes_ARITH_FENCE(N); break; in SoftenFloatResult()
242 SDValue NewFence = DAG.getNode(ISD::ARITH_FENCE, SDLoc(N), Ty, in SoftenFloatRes_ARITH_FENCE()
3305 case ISD::ARITH_FENCE: in SoftPromoteHalfResult()
3409 return DAG.getNode(ISD::ARITH_FENCE, SDLoc(N), MVT::i16, in SoftPromoteHalfRes_ARITH_FENCE()
H A DSelectionDAGISel.cpp2531 CurDAG->SelectNodeTo(N, TargetOpcode::ARITH_FENCE, N->getValueType(0), in Select_ARITH_FENCE()
3300 case ISD::ARITH_FENCE: in SelectCodeCommon()
H A DLegalizeVectorTypes.cpp110 case ISD::ARITH_FENCE: in ScalarizeVectorResult()
1233 case ISD::ARITH_FENCE: in SplitVectorResult()
4957 case ISD::ARITH_FENCE: in WidenVectorResult()
H A DLegalizeIntegerTypes.cpp2949 case ISD::ARITH_FENCE: SplitRes_ARITH_FENCE(N, Lo, Hi); break; in ExpandIntegerResult()
H A DSelectionDAGBuilder.cpp6959 setValue(&I, DAG.getNode(ISD::ARITH_FENCE, sdl, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def130 HANDLE_TARGET_OPCODE(ARITH_FENCE)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1925 case TargetOpcode::ARITH_FENCE: in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1359 def ARITH_FENCE : StandardPseudoInstruction {