Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h66 Builder.setInstrAndDebugLoc(MI); in tryCombineAnyExt()
125 Builder.setInstrAndDebugLoc(MI); in tryCombineZExt()
200 Builder.setInstrAndDebugLoc(MI); in tryCombineSExt()
697 MIB.setInstrAndDebugLoc(BV); in findValueFromBuildVector()
1017 MIB.setInstrAndDebugLoc(MI); in tryCombineMergeLike()
1054 MIB.setInstrAndDebugLoc(MI); in tryCombineMergeLike()
1078 Builder.setInstrAndDebugLoc(MI); in tryCombineUnmergeValues()
H A DMachineIRBuilder.h377 void setInstrAndDebugLoc(MachineInstr &MI) { in setInstrAndDebugLoc() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp431 Builder.setInstrAndDebugLoc(Insert); in applyNonConstInsert()
513 Builder.setInstrAndDebugLoc(MI); in applyINS()
696 MIB.setInstrAndDebugLoc(MI); in applyAdjustICmpImmAndPred()
769 B.setInstrAndDebugLoc(MI); in applyDupLane()
822 B.setInstrAndDebugLoc(MI); in applyBuildVectorToDup()
1022 MIB.setInstrAndDebugLoc(MI); in applyLowerVectorFCMP()
1112 B.setInstrAndDebugLoc(MI); in applyVectorSextInReg()
H A DAArch64PostLegalizerCombiner.cpp118 B.setInstrAndDebugLoc(MI); in applyExtractVecEltPairwiseAdd()
252 B.setInstrAndDebugLoc(MI); in applyAArch64MulConstCombine()
328 B.setInstrAndDebugLoc(MI); in applySplitStoreZero128()
379 B.setInstrAndDebugLoc(MI); in applyOrToBSP()
720 MIB.setInstrAndDebugLoc(*SInfo.St); in tryOptimizeConsecStores()
H A DAArch64GlobalISelUtils.cpp87 MIRBuilder.setInstrAndDebugLoc(MI); in tryEmitBZero()
H A DAArch64PreLegalizerCombiner.cpp112 Builder.setInstrAndDebugLoc(MI); in applyICmpRedundantTrunc()
217 B.setInstrAndDebugLoc(*std::next(MI.getIterator())); in applyFoldGlobalOffset()
690 B.setInstrAndDebugLoc(*MI.getNextNode()); in tryToSimplifyUADDO()
H A DAArch64InstructionSelector.cpp2512 MIB.setInstrAndDebugLoc(I); in earlySelect()
2582 MIB.setInstrAndDebugLoc(I); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp305 Builder.setInstrAndDebugLoc(*MatchInfo); in applyFoldableFneg()
398 Builder.setInstrAndDebugLoc(*NextInst); in applyFoldableFneg()
H A DAMDGPURegisterBankInfo.cpp2207 B.setInstrAndDebugLoc(MI); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1023 B.setInstrAndDebugLoc(*LoadMI); in matchCombineLoadWithAndMask()
1161 Builder.setInstrAndDebugLoc(*LoadDef); in applySextInRegOfLoad()
1630 Builder.setInstrAndDebugLoc(*FirstInst); in applyCombineDivRem()
1677 Builder.setInstrAndDebugLoc(*BrCond); in applyOptBrCondByInvertingCond()
4164 MIB.setInstrAndDebugLoc(*LatestLoad); in matchLoadOrCombine()
4257 Builder.setInstrAndDebugLoc(MI); in applyExtendThroughPhis()
7004 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
7013 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
7022 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
7033 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
[all …]
H A DLoadStoreOpt.cpp874 Builder.setInstrAndDebugLoc(StoreMI); in mergeTruncStore()
H A DLegalizerHelper.cpp123 MIRBuilder.setInstrAndDebugLoc(MI); in legalizeInstrStep()
3141 MIRBuilder.setInstrAndDebugLoc(MI); in widenScalar()
6408 MIRBuilder.setInstrAndDebugLoc(MI); in equalizeVectorShuffleLengths()
6494 MIRBuilder.setInstrAndDebugLoc(MI); in moreElementsVectorShuffle()
7507 MIRBuilder.setInstrAndDebugLoc(MI); in lowerRotate()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp687 Builder.setInstrAndDebugLoc(MI); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td279 Helper.getBuilder().setInstrAndDebugLoc(*${root});