Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp682 Builder.setInstrAndDebugLoc(MI); in applySextTruncSextLoad()
1688 Builder.setInstrAndDebugLoc(MI); in applyCombineConstantFoldFpUnary()
1801 Builder.setInstrAndDebugLoc(MI); in applyShiftImmedChain()
1917 Builder.setInstrAndDebugLoc(MI); in applyShiftOfShiftedLogic()
2009 Builder.setInstrAndDebugLoc(MI); in applyCombineShlOfExtend()
2082 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeMergeToPlainValues()
2126 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeConstant()
2147 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeWithDeadLanesToTrunc()
2208 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeZExtToZExt()
2405 Builder.setInstrAndDebugLoc(MI); in applyCombineAddP2IToPtrAdd()
[all …]
H A DLegalizerHelper.cpp112 MIRBuilder.setInstrAndDebugLoc(MI); in legalizeInstrStep()
5052 MIRBuilder.setInstrAndDebugLoc(MI); in moreElementsVectorShuffle()
5960 MIRBuilder.setInstrAndDebugLoc(MI); in lowerRotate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp114 B.setInstrAndDebugLoc(MI); in applySelectFCmpToFMinToFMaxLegacy()
181 B.setInstrAndDebugLoc(MI); in applyUCharToFloat()
234 B.setInstrAndDebugLoc(MI); in applyCvtF32UByteN()
H A DAMDGPURegBankCombiner.cpp136 B.setInstrAndDebugLoc(MI); in applyMed3()
H A DAMDGPUPreLegalizerCombiner.cpp127 B.setInstrAndDebugLoc(MI); in applyClampI64ToI16()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp102 Builder.setInstrAndDebugLoc(MI); in applyICmpRedundantTrunc()
208 B.setInstrAndDebugLoc(MI); in applyFoldGlobalOffset()
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 DAArch64PostLegalizerCombiner.cpp103 B.setInstrAndDebugLoc(MI); in applyExtractVecEltPairwiseAdd()
238 B.setInstrAndDebugLoc(MI); in applyAArch64MulConstCombine()
H A DAArch64GlobalISelUtils.cpp88 MIRBuilder.setInstrAndDebugLoc(MI); in tryEmitBZero()
H A DAArch64InstructionSelector.cpp2282 MIB.setInstrAndDebugLoc(I); in select()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h58 Builder.setInstrAndDebugLoc(MI); in tryCombineAnyExt()
107 Builder.setInstrAndDebugLoc(MI); in tryCombineZExt()
166 Builder.setInstrAndDebugLoc(MI); in tryCombineSExt()
623 MIB.setInstrAndDebugLoc(BV); in findValueFromBuildVector()
762 Builder.setInstrAndDebugLoc(MI); in tryCombineUnmergeValues()
H A DMachineIRBuilder.h342 void setInstrAndDebugLoc(MachineInstr &MI) { in setInstrAndDebugLoc() function