Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Darithmetic_fence.ll35 ; X86-NEXT: #ARITH_FENCE
46 ; X64-NEXT: #ARITH_FENCE
97 ; X86-NEXT: #ARITH_FENCE
110 ; X64-NEXT: #ARITH_FENCE
141 ; X86-NEXT: #ARITH_FENCE
149 ; X64-NEXT: #ARITH_FENCE
185 ; X86-NEXT: #ARITH_FENCE
186 ; X86-NEXT: #ARITH_FENCE
187 ; X86-NEXT: #ARITH_FENCE
188 ; X86-NEXT: #ARITH_FENCE
[all …]
H A Darithmetic_fence2.ll47 ; X86-NEXT: #ARITH_FENCE
60 ; X64-NEXT: #ARITH_FENCE
91 ; X86-NEXT: #ARITH_FENCE
99 ; X64-NEXT: #ARITH_FENCE
135 ; X86-NEXT: #ARITH_FENCE
137 ; X86-NEXT: #ARITH_FENCE
147 ; X64-NEXT: #ARITH_FENCE
149 ; X64-NEXT: #ARITH_FENCE
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1150 ARITH_FENCE, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp592 Lo = DAG.getNode(ISD::ARITH_FENCE, DL, L.getValueType(), L); in SplitRes_ARITH_FENCE()
593 Hi = DAG.getNode(ISD::ARITH_FENCE, DL, H.getValueType(), H); in SplitRes_ARITH_FENCE()
H A DSelectionDAGISel.cpp2192 CurDAG->SelectNodeTo(N, TargetOpcode::ARITH_FENCE, N->getValueType(0), in Select_ARITH_FENCE()
2847 case ISD::ARITH_FENCE: in SelectCodeCommon()
H A DLegalizeFloatTypes.cpp64 case ISD::ARITH_FENCE: R = SoftenFloatRes_ARITH_FENCE(N); break; in SoftenFloatResult()
212 SDValue NewFence = DAG.getNode(ISD::ARITH_FENCE, SDLoc(N), Ty, in SoftenFloatRes_ARITH_FENCE()
H A DLegalizeVectorTypes.cpp96 case ISD::ARITH_FENCE: in ScalarizeVectorResult()
1028 case ISD::ARITH_FENCE: in SplitVectorResult()
3866 case ISD::ARITH_FENCE: in WidenVectorResult()
H A DLegalizeIntegerTypes.cpp2397 case ISD::ARITH_FENCE: SplitRes_ARITH_FENCE(N, Lo, Hi); break; in ExpandIntegerResult()
H A DSelectionDAGBuilder.cpp6337 setValue(&I, DAG.getNode(ISD::ARITH_FENCE, sdl, in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTargetOpcodes.def125 HANDLE_TARGET_OPCODE(ARITH_FENCE)
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1540 case TargetOpcode::ARITH_FENCE: in emitFunctionBody()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td1254 def ARITH_FENCE : StandardPseudoInstruction {