OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findDebugLoc
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64BranchTargets.cpp
137
BuildMI(MBB, MBB.begin(), MBB.
findDebugLoc
(MBB.begin()),
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp
321
MachineInstr *MIb = BuildMI(MBB, ClauseHead, MBB.
findDebugLoc
(ClauseHead),
492
BuildMI(MBB, MBB.begin(), MBB.
findDebugLoc
(MBB.begin()),
523
BuildMI(MBB, MI, MBB.
findDebugLoc
(MI), TII->get(R600::CF_PUSH_EG))
540
MachineInstr *MIb = BuildMI(MBB, MI, MBB.
findDebugLoc
(MI),
557
BuildMI(MBB, MI, MBB.
findDebugLoc
(MI), getHWInstrDesc(CF_END_LOOP))
565
MachineInstr *MIb = BuildMI(MBB, MI, MBB.
findDebugLoc
(MI),
579
MachineInstr *MIb = BuildMI(MBB, MI, MBB.
findDebugLoc
(MI),
594
MachineInstr *MIb = BuildMI(MBB, MI, MBB.
findDebugLoc
(MI),
613
MachineInstr *MIb = BuildMI(MBB, MI, MBB.
findDebugLoc
(MI),
621
MachineInstr *MIb = BuildMI(MBB, MI, MBB.
findDebugLoc
(MI)
[
all
...]
R600EmitClauseMarkers.cpp
276
BuildMI(MBB, ClauseHead, MBB.
findDebugLoc
(ClauseHead), TII->get(Opcode))
R600ISelLowering.cpp
285
NewMI = BuildMI(*BB, I, BB->
findDebugLoc
(I),
353
BuildMI(*BB, I, BB->
findDebugLoc
(I), TII->get(MI.getOpcode()))
360
BuildMI(*BB, I, BB->
findDebugLoc
(I), TII->get(MI.getOpcode()))
368
BuildMI(*BB, I, BB->
findDebugLoc
(I), TII->get(R600::JUMP))
374
BuildMI(*BB, I, BB->
findDebugLoc
(I), TII->get(R600::PRED_X),
380
BuildMI(*BB, I, BB->
findDebugLoc
(I), TII->get(R600::JUMP_COND))
388
BuildMI(*BB, I, BB->
findDebugLoc
(I), TII->get(R600::PRED_X),
394
BuildMI(*BB, I, BB->
findDebugLoc
(I), TII->get(R600::JUMP_COND))
422
BuildMI(*BB, I, BB->
findDebugLoc
(I), TII->get(MI.getOpcode()))
AMDGPUMachineCFGStructurizer.cpp
1747
const DebugLoc &DL = MergeBB->
findDebugLoc
(MergeBB->begin());
1850
? SinglePred->
findDebugLoc
(SinglePred->getFirstTerminator())
1889
const DebugLoc &DL = CodeBB->
findDebugLoc
(CodeBB->getFirstTerminator());
1988
const DebugLoc &DL = IfBB->
findDebugLoc
(IfBB->getFirstTerminator());
2138
const DebugLoc &DL = Entry->
findDebugLoc
(Entry->begin());
2716
const DebugLoc &DL = NewSucc->
findDebugLoc
(NewSucc->getFirstNonPHI());
SIInstrInfo.cpp
1413
const DebugLoc &DL = MBB.
findDebugLoc
(MI);
1545
const DebugLoc &DL = MBB.
findDebugLoc
(MI);
1596
DebugLoc DL = MBB.
findDebugLoc
(MI);
1634
DebugLoc DL = MBB.
findDebugLoc
(MI);
1967
DebugLoc DL = MBB.
findDebugLoc
(MI);
4524
DebugLoc DL = MBB->
findDebugLoc
(I);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCFrameLowering.cpp
287
BuildMI(MBB, MBBI, MBB.
findDebugLoc
(MBBI), TII->get(Opc), ARC::SP)
294
BuildMI(MBB, MBBI, MBB.
findDebugLoc
(MBBI), TII->get(ARC::BL))
302
BuildMI(MBB, MBBI, MBB.
findDebugLoc
(MBBI), TII->get(Opc), ARC::SP)
308
BuildMI(MBB, MBBI, MBB.
findDebugLoc
(MBBI), TII->get(ARC::POP_S_BLINK));
312
BuildMI(MBB, MBBI, MBB.
findDebugLoc
(MBBI), TII->get(ARC::LD_AB_rs9))
329
BuildMI(MBB, MBBI, MBB.
findDebugLoc
(MBBI), TII->get(Opc))
ARCInstrInfo.cpp
299
DebugLoc dl = MBB.
findDebugLoc
(I);
327
DebugLoc dl = MBB.
findDebugLoc
(I);
361
DebugLoc dl = MBB.
findDebugLoc
(MI);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86IndirectBranchTracking.cpp
81
BuildMI(MBB, I, MBB.
findDebugLoc
(I), TII->get(EndbrOpcode));
X86FrameLowering.cpp
510
DebugLoc DL = PrologMBB.
findDebugLoc
(Where);
2512
DebugLoc DL = MBB.
findDebugLoc
(MI);
2632
DebugLoc DL = MBB.
findDebugLoc
(MI);
3682
DebugLoc DL = MBB.
findDebugLoc
(MBBI);
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRFrameLowering.cpp
240
DebugLoc DL = MBB.
findDebugLoc
(MI);
279
DebugLoc DL = MBB.
findDebugLoc
(MI);
499
DebugLoc DL = EntryMBB.
findDebugLoc
(MBBI);
AVRInstrInfo.cpp
355
BuildMI(MBB, UnCondBrIter, MBB.
findDebugLoc
(I), get(JNCC))
357
BuildMI(MBB, UnCondBrIter, MBB.
findDebugLoc
(I), get(AVR::RJMPk))
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
988
DebugLoc
findDebugLoc
(instr_iterator MBBI);
989
DebugLoc
findDebugLoc
(iterator MBBI) {
990
return
findDebugLoc
(MBBI.getInstrIterator());
993
/// Has exact same behavior as @ref
findDebugLoc
(it also
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp
344
DebugLoc DL = MBB.
findDebugLoc
(MBBI);
839
auto DL = MBB.
findDebugLoc
(MI);
874
auto DL = MBB.
findDebugLoc
(MI);
M68kInstrInfo.cpp
765
DebugLoc DL = MBB.
findDebugLoc
(MI);
780
DebugLoc DL = MBB.
findDebugLoc
(MI);
847
DebugLoc DL = FirstMBB.
findDebugLoc
(MBBI);
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp
357
BuildMI(*Header, InsertPos, Header->
findDebugLoc
(InsertPos),
435
MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.
findDebugLoc
(InsertPos),
605
BuildMI(*Header, InsertPos, Header->
findDebugLoc
(InsertPos),
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CFIInstrInserter.cpp
304
DebugLoc DL = MBBInfo.MBB->
findDebugLoc
(MBBI);
EarlyIfConversion.cpp
900
MBB.
findDebugLoc
(MBB.back()), &MBB);
MachineOutliner.cpp
492
MBB->
findDebugLoc
(MBB->begin()), MBB);
TailDuplicator.cpp
385
BuildMI(*PredBB, PredBB->end(), PredBB->
findDebugLoc
(PredBB->begin()),
MachineBasicBlock.cpp
1399
MachineBasicBlock::
findDebugLoc
(instr_iterator MBBI) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp
342
const DebugLoc &DL = B.
findDebugLoc
(MX.At);
HexagonFrameLowering.cpp
626
DebugLoc dl = MBB.
findDebugLoc
(InsertPt);
769
DebugLoc dl = MBB.
findDebugLoc
(InsertPt);
898
DebugLoc dl = MBB.
findDebugLoc
(InsertPt);
1450
: MBB.
findDebugLoc
(MBB.end());
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.cpp
968
DebugLoc dl = MBB.
findDebugLoc
(MI);
1052
DebugLoc DL = MBB->
findDebugLoc
(MI);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp
732
DebugLoc DL = MBB.
findDebugLoc
(MBB.begin());
Completed in 76 milliseconds
1
2
Indexes created Mon Jun 15 00:25:07 UTC 2026