Searched refs:getDebugLoc (Results 76 - 100 of 165) sorted by relevance

1234567

/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp104 if (!I->getDebugLoc().isUnknown()) {
106 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp294 MachineInstr *Copy = BuildMI(*UseMBB, UseMI, UseMI->getDebugLoc(),
484 MachineInstr *NewCopy = BuildMI(*MI->getParent(), MI, MI->getDebugLoc(),
H A DMachineInstrBundle.cpp110 MachineInstrBuilder MIB = BuildMI(*MBB.getParent(), FirstMI->getDebugLoc(),
H A DLiveDebugVariables.cpp272 /// getDebugLoc - Return DebugLoc of this UserValue.
273 DebugLoc getDebugLoc() { return dl;} function in class:__anon2130::UserValue
464 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc());
688 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
H A DRegAllocFast.cpp307 DL = (--EI)->getDebugLoc();
309 DL = MI->getDebugLoc();
866 DebugLoc DL = MI->getDebugLoc();
H A DMachineInstr.cpp554 debugLoc(MI.getDebugLoc()) {
830 if (!getDebugLoc().isUnknown() && !Other->getDebugLoc().isUnknown()
831 && getDebugLoc() != Other->getDebugLoc())
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp132 if (I != MBB.end()) DL = I->getDebugLoc();
182 if (I != MBB.end()) DL = I->getDebugLoc();
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp353 if (I != MBB.end()) DL = I->getDebugLoc();
391 if (I != MBB.end()) DL = I->getDebugLoc();
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp179 NewCall->setDebugLoc(II->getDebugLoc());
245 NewCall->setDebugLoc(II->getDebugLoc());
H A DBreakCriticalEdges.cpp161 NewBI->setDebugLoc(TI->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp704 DebugLoc DL = (InsertPos != PH->end()) ? InsertPos->getDebugLoc()
1078 DL = InsertPos->getDebugLoc();
1115 DebugLoc LastIDL = LastI->getDebugLoc();
1237 DebugLoc DL = DI->getDebugLoc();
H A DHexagonVLIWPacketizer.cpp278 MI->getDebugLoc());
296 MI->getDebugLoc());
308 MI->getDebugLoc());
H A DHexagonNewValueJump.cpp598 DebugLoc dl = MI->getDebugLoc();
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1804 DebugLoc DL = Orig->getDebugLoc();
1907 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(),
1954 BuildMI(*MFI, MBBI, MI->getDebugLoc(), get(X86::IMPLICIT_DEF), leaInReg);
1956 BuildMI(*MFI, MBBI, MI->getDebugLoc(), get(TargetOpcode::COPY))
1960 MachineInstrBuilder MIB = BuildMI(*MFI, MBBI, MI->getDebugLoc(),
2001 BuildMI(*MFI, &*MIB, MI->getDebugLoc(), get(X86::IMPLICIT_DEF),leaInReg2);
2003 BuildMI(*MFI, &*MIB, MI->getDebugLoc(), get(TargetOpcode::COPY))
2016 BuildMI(*MFI, MBBI, MI->getDebugLoc(), get(TargetOpcode::COPY))
2077 NewMI = BuildMI(MF, MI->getDebugLoc(), get(X86::PSHUFDri))
2093 NewMI = BuildMI(MF, MI->getDebugLoc(), ge
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp381 BuildMI(MBB, MBBI, MI.getDebugLoc(), get(AArch64::TLSDESCCALL))
792 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(),
817 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(),
H A DAArch64BranchFixupPass.cpp512 InvertedMI = BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(InvertedOpcode));
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp502 const DebugLoc DL = CntInst->getDebugLoc();
1053 NewCall->setDebugLoc(TheStore->getDebugLoc());
1138 NewCall->setDebugLoc(SI->getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp198 return BuildMI(MF, MI->getDebugLoc(), MI->getDesc())
778 if (MI != MBB.end()) DL = MI->getDebugLoc();
1325 BuildMI(*MI->getParent(), llvm::next(MII), MI->getDebugLoc(),
1432 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BLR));
1443 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCLR))
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp619 if (instr->getDebugLoc().isUnknown() == false)
620 DL = instr->getDebugLoc();
1524 DebugLoc BranchDL = BranchMI->getDebugLoc();
1584 DebugLoc DL = BranchMI->getDebugLoc();
1610 DebugLoc DL = MI->getDebugLoc();
H A DR600OptimizeVectorRegisters.cpp182 DebugLoc DL = Pos->getDebugLoc();
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2275 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(SystemZ::LA), Reg)
2291 DebugLoc DL = MI->getDebugLoc();
2340 DebugLoc DL = MI->getDebugLoc();
2412 DebugLoc DL = MI->getDebugLoc();
2534 DebugLoc DL = MI->getDebugLoc();
2646 DebugLoc DL = MI->getDebugLoc();
2752 DebugLoc DL = MI->getDebugLoc();
2783 DebugLoc DL = MI->getDebugLoc();
2903 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(SystemZ::LAY), Reg)
2910 BuildMI(*MBB, MI, MI->getDebugLoc(), TI
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2617 DebugLoc DL = MI->getDebugLoc();
2682 DebugLoc DL = MI->getDebugLoc();
2743 DebugLoc DL = MI->getDebugLoc();
2780 DebugLoc DL = MI->getDebugLoc();
2806 DebugLoc DL = MI->getDebugLoc();
2839 DebugLoc DL = MI->getDebugLoc();
2871 DebugLoc DL = MI->getDebugLoc();
2902 DebugLoc DL = MI->getDebugLoc();
2933 DebugLoc DL = MI->getDebugLoc();
2962 DebugLoc DL = MI->getDebugLoc();
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp825 DL = I->getDebugLoc();
1028 FastEmitBranch(MSucc, BI->getDebugLoc());
1501 DL = PN->getDebugLoc();
1503 DL = Inst->getDebugLoc();
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h257 New->setDebugLoc(Old.getDebugLoc());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp279 StoreStrong->setDebugLoc(Store->getDebugLoc());

Completed in 397 milliseconds

1234567