Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPostLegalizerCombiner.cpp112 B.setInstrAndDebugLoc(MI); in applySelectFCmpToFMinToFMaxLegacy()
179 B.setInstrAndDebugLoc(MI); in applyUCharToFloat()
232 B.setInstrAndDebugLoc(MI); in applyCvtF32UByteN()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp616 Builder.setInstrAndDebugLoc(MI); in applySextTruncSextLoad()
673 Builder.setInstrAndDebugLoc(MI); in applySextInRegOfLoad()
922 Builder.setInstrAndDebugLoc(*BrCond); in applyOptBrCondByInvertingCond()
1487 Builder.setInstrAndDebugLoc(MI); in applyCombineConstantFoldFpUnary()
1594 Builder.setInstrAndDebugLoc(MI); in applyShiftImmedChain()
1711 Builder.setInstrAndDebugLoc(MI); in applyShiftOfShiftedLogic()
1804 Builder.setInstrAndDebugLoc(MI); in applyCombineShlOfExtend()
1859 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeMergeToPlainValues()
1904 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeConstant()
1926 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeWithDeadLanesToTrunc()
[all …]
DLegalizerHelper.cpp109 MIRBuilder.setInstrAndDebugLoc(MI); in legalizeInstrStep()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp100 B.setInstrAndDebugLoc(MI); in applyExtractVecEltPairwiseAdd()
234 B.setInstrAndDebugLoc(MI); in applyAArch64MulConstCombine()
DAArch64PostLegalizerLowering.cpp540 MIB.setInstrAndDebugLoc(MI); in applyAdjustICmpImmAndPred()
605 B.setInstrAndDebugLoc(MI); in applyDupLane()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h53 Builder.setInstrAndDebugLoc(MI); in tryCombineAnyExt()
103 Builder.setInstrAndDebugLoc(MI); in tryCombineZExt()
163 Builder.setInstrAndDebugLoc(MI); in tryCombineSExt()
564 Builder.setInstrAndDebugLoc(MI); in tryCombineUnmergeValues()
DMachineIRBuilder.h345 void setInstrAndDebugLoc(MachineInstr &MI) { in setInstrAndDebugLoc() function