Home
last modified time | relevance | path

Searched refs:InsPt (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp181 Instruction *InsPt = &Entry.front(); in InsertStackProtectors() local
183 AI = new AllocaInst(PtrTy, "StackGuardSlot", InsPt); in InsertStackProtectors()
184 LoadInst *LI = new LoadInst(StackGuardVar, "StackGuard", false, InsPt); in InsertStackProtectors()
189 Args, "", InsPt); in InsertStackProtectors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp77 auto InsPt = MachineFunction::iterator(MBB); in ExpandICallBranchFunnel() local
78 ++InsPt; in ExpandICallBranchFunnel()
108 MF->insert(InsPt, ElseMBB); in ExpandICallBranchFunnel()
153 MF->insert(InsPt, ThenMBB); in ExpandICallBranchFunnel()
161 MF->insert(InsPt, P.first); in ExpandICallBranchFunnel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp345 auto InsPt = SaveExecInst->getIterator(); in runOnMachineFunction() local
348 BuildMI(MBB, InsPt, DL, TII->get(getSaveExecOp(SaveExecInst->getOpcode())), in runOnMachineFunction()
DSIInsertSkips.cpp315 MachineBasicBlock::iterator InsPt = std::next(MI.getIterator()); in skipMaskBranch() local
317 BuildMI(SrcMBB, InsPt, DL, TII->get(AMDGPU::S_CBRANCH_EXECZ)) in skipMaskBranch()
DSILowerControlFlow.cpp417 MachineBasicBlock::iterator InsPt = MBB.begin(); in emitEndCf() local
419 BuildMI(MBB, InsPt, DL, TII->get(AMDGPU::S_OR_B64), AMDGPU::EXEC) in emitEndCf()
DSIISelLowering.cpp2953 auto InsPt = emitLoadM0FromVGPRLoop(TII, MRI, MBB, *LoopBB, DL, *Idx, in loadM0FromVGPR() local
2961 return InsPt; in loadM0FromVGPR()
3090 auto InsPt = loadM0FromVGPR(TII, MBB, MI, InitReg, PhiReg, in emitIndirectSrc() local
3092 MachineBasicBlock *LoopBB = InsPt->getParent(); in emitIndirectSrc()
3095 BuildMI(*LoopBB, InsPt, DL, TII->get(AMDGPU::V_MOV_B32_e32), Dst) in emitIndirectSrc()
3099 BuildMI(*LoopBB, InsPt, DL, TII->get(AMDGPU::S_SET_GPR_IDX_OFF)); in emitIndirectSrc()
3101 BuildMI(*LoopBB, InsPt, DL, TII->get(AMDGPU::V_MOVRELS_B32_e32), Dst) in emitIndirectSrc()
3202 auto InsPt = loadM0FromVGPR(TII, MBB, MI, SrcVec->getReg(), PhiReg, in emitIndirectDst() local
3204 MachineBasicBlock *LoopBB = InsPt->getParent(); in emitIndirectDst()
3207 BuildMI(*LoopBB, InsPt, DL, TII->get(AMDGPU::V_MOV_B32_indirect)) in emitIndirectDst()
[all …]