Searched refs:findDebugLoc (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.cpp | 194 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(Opcode)) in AnalyzeBranch() 196 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(SP::BA)) in AnalyzeBranch()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 238 DebugLoc findDebugLoc(); 883 DebugLoc UserValue::findDebugLoc() { in findDebugLoc() function in UserValue 899 findDebugLoc()); in insertDebugValue() 906 BuildMI(*MBB, I, findDebugLoc(), TII.get(TargetOpcode::DBG_VALUE)) in insertDebugValue()
|
D | MachineBasicBlock.cpp | 753 MachineBasicBlock::findDebugLoc(MachineBasicBlock::iterator &MBBI) { in findDebugLoc() function in MachineBasicBlock
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 151 DebugLoc DL = MBB.findDebugLoc(MBBI); in emitSPUpdate() 542 DL = MBB.findDebugLoc(MBBI); in emitPrologue() 889 DebugLoc DL = MBB.findDebugLoc(MI); in spillCalleeSavedRegisters() 944 DebugLoc DL = MBB.findDebugLoc(MI); in restoreCalleeSavedRegisters()
|
D | X86InstrInfo.cpp | 1815 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(JNCC)) in AnalyzeBranch() 1817 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(X86::JMP_4)) in AnalyzeBranch() 2124 DebugLoc DL = MBB.findDebugLoc(MI); in storeRegToStackSlot() 2157 DebugLoc DL = MBB.findDebugLoc(MI); in loadRegFromStackSlot() 3201 DebugLoc DL = FirstMBB.findDebugLoc(MBBI); in runOnMachineFunction()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 399 DebugLoc findDebugLoc(MachineBasicBlock::iterator &MBBI);
|