Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp684 Builder.setInstrAndDebugLoc(MI); in applySextTruncSextLoad()
1647 Builder.setInstrAndDebugLoc(MI); in applyCombineConstantFoldFpUnary()
1755 Builder.setInstrAndDebugLoc(MI); in applyShiftImmedChain()
1872 Builder.setInstrAndDebugLoc(MI); in applyShiftOfShiftedLogic()
1966 Builder.setInstrAndDebugLoc(MI); in applyCombineShlOfExtend()
2021 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeMergeToPlainValues()
2066 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeConstant()
2088 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeWithDeadLanesToTrunc()
2150 Builder.setInstrAndDebugLoc(MI); in applyCombineUnmergeZExtToZExt()
2351 Builder.setInstrAndDebugLoc(MI); in applyCombineAddP2IToPtrAdd()
[all …]
H A DLegalizerHelper.cpp107 MIRBuilder.setInstrAndDebugLoc(MI); in legalizeInstrStep()
5552 MIRBuilder.setInstrAndDebugLoc(MI); in lowerRotate()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/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()
737 B.setInstrAndDebugLoc(MI); in applyBuildVectorToDup()
936 MIB.setInstrAndDebugLoc(MI); in lowerVectorFCMP()
H A DAArch64PostLegalizerCombiner.cpp102 B.setInstrAndDebugLoc(MI); in applyExtractVecEltPairwiseAdd()
237 B.setInstrAndDebugLoc(MI); in applyAArch64MulConstCombine()
H A DAArch64GlobalISelUtils.cpp88 MIRBuilder.setInstrAndDebugLoc(MI); in tryEmitBZero()
H A DAArch64InstructionSelector.cpp2178 MIB.setInstrAndDebugLoc(I); in select()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h56 Builder.setInstrAndDebugLoc(MI); in tryCombineAnyExt()
105 Builder.setInstrAndDebugLoc(MI); in tryCombineZExt()
164 Builder.setInstrAndDebugLoc(MI); in tryCombineSExt()
578 Builder.setInstrAndDebugLoc(MI); in tryCombineUnmergeValues()
H A DMachineIRBuilder.h350 void setInstrAndDebugLoc(MachineInstr &MI) { in setInstrAndDebugLoc() function