Lines Matching refs:getDebugLoc

372     auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpVectorShuffle))  in spvSelect()
556 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpSpecConstantOp)) in spvSelect()
645 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpExtInst)) in selectExtInst()
664 return BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opcode)) in selectUnOpWithSrc()
697 return BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectUnOp()
776 auto MIB = BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpLoad)) in selectLoad()
796 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpStore)) in selectStore()
819 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpSaveMemoryINTEL)) in selectStackSave()
834 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpRestoreMemoryINTEL)) in selectStackRestore()
864 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpVariable)) in selectMemOperation()
875 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpCopyMemorySized)) in selectMemOperation()
883 BuildMI(BB, I, I.getDebugLoc(), TII.get(TargetOpcode::COPY), ResVReg) in selectMemOperation()
916 Result |= BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(NewOpcode)) in selectAtomicRMW()
952 BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpCompositeExtract)) in selectUnmergeValues()
970 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpMemoryBarrier)) in selectFence()
1009 const DebugLoc &DL = I.getDebugLoc(); in selectAtomicCmpXchg()
1089 BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpSpecConstantOp)) in selectAddrSpaceCast()
1104 return BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectAddrSpaceCast()
1122 const DebugLoc &DL = I.getDebugLoc(); in selectAddrSpaceCast()
1257 return BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectAnyOrAll()
1282 BuildMI(BB, I, I.getDebugLoc(), TII.get(SpirvNotEqualId)) in selectAnyOrAll()
1293 return BuildMI(BB, I, I.getDebugLoc(), TII.get(OpAnyOrAll)) in selectAnyOrAll()
1322 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpExtInst)) in selectFmix()
1341 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpExtInst)) in selectRsqrt()
1354 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpBitReverse)) in selectBitreverse()
1393 return BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(DestOpCode)) in selectFreeze()
1421 auto MIB = BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectConstVector()
1518 auto MIB = BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectSplatVector()
1537 return BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(CmpOpc)) in selectCmp()
1593 MI = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpConstantNull)) in buildI32Constant()
1597 MI = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpConstantI)) in buildI32Constant()
1669 return BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opcode)) in selectSelect()
1707 return BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectExt()
1729 BuildMI(BB, I, I.getDebugLoc(), TII.get(Opcode)) in selectIntToBool()
1735 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpINotEqual)) in selectIntToBool()
1751 return BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectTrunc()
1770 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpConstantNull)) in selectConst()
1779 return BuildMI(BB, I, I.getDebugLoc(), TII.get(TargetOpcode::COPY)) in selectConst()
1784 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpConstantI)) in selectConst()
1796 return BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpUndef)) in selectOpUndef()
1826 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpCompositeInsert)) in selectInsertVal()
1842 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpCompositeExtract)) in selectExtractVal()
1857 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpVectorInsertDynamic)) in selectInsertElt()
1872 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpVectorExtractDynamic)) in selectExtractElt()
1894 auto Res = BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(Opcode)) in selectGEP()
1941 Result = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpSpecConstantOp)) in wrapIntoSpecConstantOp()
1983 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpUndef)) in selectIntrinsic()
1999 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(Opcode)) in selectIntrinsic()
2010 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpName)); in selectIntrinsic()
2019 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpSwitch)); in selectIntrinsic()
2035 BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpUnreachable)); in selectIntrinsic()
2043 BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpAssumeTrueKHR)) in selectIntrinsic()
2048 BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpExpectKHR)) in selectIntrinsic()
2074 BuildMI(BB, I, I.getDebugLoc(), TII.get(Op)).addUse(PtrReg).addImm(Size); in selectIntrinsic()
2093 return BuildMI(BB, I, I.getDebugLoc(), in selectAllocaArray()
2121 return BuildMI(*MBB, It, It->getDebugLoc(), TII.get(SPIRV::OpVariable)) in selectFrameIndex()
2136 return BuildMI(MBB, I, I.getDebugLoc(), TII.get(SPIRV::OpBranchConditional)) in selectBranch()
2142 return BuildMI(MBB, I, I.getDebugLoc(), TII.get(SPIRV::OpBranch)) in selectBranch()
2167 return BuildMI(MBB, I, I.getDebugLoc(), TII.get(SPIRV::OpBranchConditional)) in selectBranchCond()
2177 auto MIB = BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpPhi)) in selectPhi()
2248 BuildMI(BB, I, I.getDebugLoc(), in selectGlobalValue()
2257 return BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpConstantNull)) in selectGlobalValue()
2263 return BuildMI(BB, I, I.getDebugLoc(), TII.get(TargetOpcode::COPY)) in selectGlobalValue()
2315 BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpExtInst)) in selectLog10()
2338 Result &= BuildMI(BB, I, I.getDebugLoc(), TII.get(Opcode)) in selectLog10()
2382 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpLoad)) in selectSpvThreadId()
2402 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpCompositeExtract)) in selectSpvThreadId()