HomeSort by relevance Sort by last modified time
    Searched refs:DebugLoc (Results 126 - 150 of 190) sorted by null

1 2 3 4 56 7 8

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 170 DebugLoc dl = N->getDebugLoc();
469 DebugLoc dl = N->getDebugLoc();
520 DebugLoc dl = N->getDebugLoc();
537 DebugLoc dl = N->getDebugLoc();
606 ISD::CondCode &CCCode, DebugLoc dl) {
    [all...]
FastISel.cpp 297 DebugLoc OldDL = DL;
299 DL = DebugLoc();
751 DL = DebugLoc();
757 DL = DebugLoc();
761 DL = DebugLoc();
769 FastISel::FastEmitBranch(MachineBasicBlock *MSucc, DebugLoc DL) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 236 DebugLoc dl = I == MBB->end() ? DebugLoc() : I->getDebugLoc();
256 DebugLoc dl = I == MBB->end() ? DebugLoc() : I->getDebugLoc();
810 DebugLoc dl = MI->getDebugLoc();
854 return BuildMI(*MBB, I, DebugLoc(), TII->get(X86::ST_FPrr)).addReg(STReg);
    [all...]
X86FrameLowering.cpp 151 DebugLoc DL = MBB.findDebugLoc(MBBI);
374 DebugLoc DL;
661 DebugLoc DL = MBBI->getDebugLoc();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 92 DebugLoc dl, SmallVector<std::pair<unsigned, bool>, 8> &Regs);
105 DebugLoc dl,
292 unsigned PredReg, unsigned Scratch, DebugLoc dl,
374 DebugLoc dl,
447 DebugLoc dl = Loc->getDebugLoc();
690 DebugLoc dl = MI->getDebugLoc();
826 DebugLoc dl = MI->getDebugLoc();
    [all...]
ARMFrameLowering.cpp 108 DebugLoc dl, const ARMBaseInstrInfo &TII,
133 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
314 DebugLoc dl = MBBI->getDebugLoc();
544 DebugLoc DL;
613 DebugLoc DL = MI->getDebugLoc();
    [all...]
ARMISelDAGToDAG.cpp     [all...]
Thumb2ITBlockPass.cpp 150 DebugLoc dl = MI->getDebugLoc();
ARMConstantIslandPass.cpp 414 BuildMI(BB, DebugLoc(), TII->get(ARM::CONSTPOOL_ENTRY))
742 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB);
    [all...]
ARMBaseRegisterInfo.cpp 855 DebugLoc dl,
890 DebugLoc dl, const ARMBaseInstrInfo &TII,
911 DebugLoc dl = Old->getDebugLoc();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 209 DebugLoc dl = N->getDebugLoc();
274 DebugLoc dl = N->getDebugLoc();
315 DebugLoc dl = Node->getDebugLoc();
MipsRegisterInfo.cpp 227 DebugLoc DL = II->getDebugLoc();
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 608 DebugLoc DL;
615 DebugLoc dl, int alignment)
761 DebugLoc DL = LoopUses[0]->getDebugLoc();
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 212 DebugLoc dl = N->getDebugLoc();
399 DebugLoc dl = N->getDebugLoc();
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 202 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(),
TailDuplication.cpp 714 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
796 Copies.push_back(BuildMI(*PredBB, Loc, DebugLoc(),
856 Copies.push_back(BuildMI(*PrevBB, Loc, DebugLoc(),
    [all...]
MachineSSAUpdater.cpp 118 return BuildMI(*BB, I, DebugLoc(), TII->get(Opcode), NewVR);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 360 DebugLoc PrevDL;
450 virtual void processDebugLoc(DebugLoc DL, bool BeforePrintingInsn);
747 void JITEmitter::processDebugLoc(DebugLoc DL, bool BeforePrintingInsn) {
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 191 DebugLoc dl = Node->getDebugLoc();
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 173 DebugLoc dl = MI.getDebugLoc();
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 338 DebugLoc dl = MI->getDebugLoc();
394 DebugLoc dl = MI.getDebugLoc();
504 DebugLoc dl = MI.getDebugLoc();
550 DebugLoc dl = MI.getDebugLoc();
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 138 DebugLoc dl = N->getDebugLoc();
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 542 /// GetFirstDebugLocInBasicBlock - Return first valid DebugLoc entry in a
544 DebugLoc llvm::GetFirstDebugLocInBasicBlock(const BasicBlock *BB) {
549 return DebugLoc();
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 23 #include "llvm/Support/DebugLoc.h"
349 DebugLoc DL,
  /external/llvm/lib/Target/CellSPU/
SPURegisterInfo.cpp 262 DebugLoc dl = II->getDebugLoc();

Completed in 406 milliseconds

1 2 3 4 56 7 8