Home
last modified time | relevance | path

Searched refs:setInstrAndDebugLoc (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp744 B.setInstrAndDebugLoc(*LoadMI); in matchCombineLoadWithAndMask()
810 Builder.setInstrAndDebugLoc(MI); in applySextTruncSextLoad()
1323 Builder.setInstrAndDebugLoc(MI); in applyCombineConstantFoldFpUnary()
1459 Builder.setInstrAndDebugLoc(MI); in applyShiftImmedChain()
1575 Builder.setInstrAndDebugLoc(MI); in applyShiftOfShiftedLogic()
1667 Builder.setInstrAndDebugLoc(MI); in applyCombineShlOfExtend()
1737 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeMergeToPlainValues()
1781 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeConstant()
1816 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeWithDeadLanesToTrunc()
1877 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeZExtToZExt()
[all …]
H A DLegalizerHelper.cpp116 MIRBuilder.setInstrAndDebugLoc(MI); in legalizeInstrStep()
2400 MIRBuilder.setInstrAndDebugLoc(MI); in widenScalar()
4960 MIRBuilder.setInstrAndDebugLoc(MI); in moreElementsVectorShuffle()
5865 MIRBuilder.setInstrAndDebugLoc(MI); in lowerRotate()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp103 Builder.setInstrAndDebugLoc(MI); in applyICmpRedundantTrunc()
210 B.setInstrAndDebugLoc(MI); in applyFoldGlobalOffset()
308 B.setInstrAndDebugLoc(*MI.getNextNode()); in tryToSimplifyUADDO()
H A DAArch64PostLegalizerCombiner.cpp105 B.setInstrAndDebugLoc(MI); in applyExtractVecEltPairwiseAdd()
240 B.setInstrAndDebugLoc(MI); in applyAArch64MulConstCombine()
315 B.setInstrAndDebugLoc(MI); in applySplitStoreZero128()
H A DAArch64PostLegalizerLowering.cpp459 Builder.setInstrAndDebugLoc(MI); in applyINS()
632 MIB.setInstrAndDebugLoc(MI); in applyAdjustICmpImmAndPred()
702 B.setInstrAndDebugLoc(MI); in applyDupLane()
738 B.setInstrAndDebugLoc(MI); in applyBuildVectorToDup()
937 MIB.setInstrAndDebugLoc(MI); in lowerVectorFCMP()
H A DAArch64GlobalISelUtils.cpp89 MIRBuilder.setInstrAndDebugLoc(MI); in tryEmitBZero()
H A DAArch64InstructionSelector.cpp2269 MIB.setInstrAndDebugLoc(I); in earlySelect()
2340 MIB.setInstrAndDebugLoc(I); in select()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp120 B.setInstrAndDebugLoc(MI); in applySelectFCmpToFMinToFMaxLegacy()
187 B.setInstrAndDebugLoc(MI); in applyUCharToFloat()
282 B.setInstrAndDebugLoc(MI); in applyCvtF32UByteN()
H A DAMDGPUCombinerHelper.cpp287 Builder.setInstrAndDebugLoc(*MatchInfo); in applyFoldableFneg()
377 Builder.setInstrAndDebugLoc(*NextInst); in applyFoldableFneg()
H A DAMDGPURegBankCombiner.cpp315 B.setInstrAndDebugLoc(MI); in applyClamp()
323 B.setInstrAndDebugLoc(MI); in applyMed3()
H A DAMDGPUPreLegalizerCombiner.cpp129 B.setInstrAndDebugLoc(MI); in applyClampI64ToI16()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h62 Builder.setInstrAndDebugLoc(MI); in tryCombineAnyExt()
116 Builder.setInstrAndDebugLoc(MI); in tryCombineZExt()
178 Builder.setInstrAndDebugLoc(MI); in tryCombineSExt()
643 MIB.setInstrAndDebugLoc(BV); in findValueFromBuildVector()
827 Builder.setInstrAndDebugLoc(MI); in tryCombineUnmergeValues()
H A DMachineIRBuilder.h349 void setInstrAndDebugLoc(MachineInstr &MI) { in setInstrAndDebugLoc() function
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp1060 B.setInstrAndDebugLoc(*UMulo); in TEST_F()