Searched refs:ARITH_FENCE (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | arithmetic_fence.ll | 35 ; 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 D | arithmetic_fence2.ll | 47 ; 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 D | ISDOpcodes.h | 1150 ARITH_FENCE, enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 592 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 D | SelectionDAGISel.cpp | 2192 CurDAG->SelectNodeTo(N, TargetOpcode::ARITH_FENCE, N->getValueType(0), in Select_ARITH_FENCE() 2847 case ISD::ARITH_FENCE: in SelectCodeCommon()
|
| H A D | LegalizeFloatTypes.cpp | 64 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 D | LegalizeVectorTypes.cpp | 96 case ISD::ARITH_FENCE: in ScalarizeVectorResult() 1028 case ISD::ARITH_FENCE: in SplitVectorResult() 3866 case ISD::ARITH_FENCE: in WidenVectorResult()
|
| H A D | LegalizeIntegerTypes.cpp | 2397 case ISD::ARITH_FENCE: SplitRes_ARITH_FENCE(N, Lo, Hi); break; in ExpandIntegerResult()
|
| H A D | SelectionDAGBuilder.cpp | 6337 setValue(&I, DAG.getNode(ISD::ARITH_FENCE, sdl, in visitIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 125 HANDLE_TARGET_OPCODE(ARITH_FENCE)
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1540 case TargetOpcode::ARITH_FENCE: in emitFunctionBody()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | Target.td | 1254 def ARITH_FENCE : StandardPseudoInstruction {
|