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

1 2 3 4 5 67 8

  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 444 DebugLoc dl = MI->getDebugLoc();
639 DebugLoc dl = MI->getDebugLoc();
729 DebugLoc dl = MI->getDebugLoc();
ARMBaseInstrInfo.cpp 396 DebugLoc DL) const {
615 MachineBasicBlock::iterator I, DebugLoc DL,
673 DebugLoc DL;
817 DebugLoc DL;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 88 static SDValue getCopyFromPartsVector(SelectionDAG &DAG, DebugLoc DL,
97 static SDValue getCopyFromParts(SelectionDAG &DAG, DebugLoc DL,
217 static SDValue getCopyFromPartsVector(SelectionDAG &DAG, DebugLoc DL,
318 static void getCopyToPartsVector(SelectionDAG &DAG, DebugLoc dl,
325 static void getCopyToParts(SelectionDAG &DAG, DebugLoc DL,
438 static void getCopyToPartsVector(SelectionDAG &DAG, DebugLoc DL,
617 DebugLoc dl,
624 void getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl,
643 DebugLoc dl,
732 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl
    [all...]
DAGCombiner.cpp 142 SDValue Trunc, SDValue ExtLoad, DebugLoc DL,
223 SDValue ReassociateOps(unsigned Opc, DebugLoc DL, SDValue LHS, SDValue RHS);
229 SDValue SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2);
230 SDValue SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2,
234 DebugLoc DL, bool foldBooleans = true);
244 SDNode *MatchRotate(SDValue LHS, SDValue RHS, DebugLoc DL);
530 SDValue DAGCombiner::ReassociateOps(unsigned Opc, DebugLoc DL,
664 DebugLoc dl = Load->getDebugLoc();
684 DebugLoc dl = Op.getDebugLoc();
726 DebugLoc dl = Op.getDebugLoc()
    [all...]
FunctionLoweringInfo.cpp 163 DebugLoc DL = PN->getDebugLoc();
TargetLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 498 /// MachineInstr ctor - As above, but with a DebugLoc.
499 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl,
502 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
527 /// MachineInstr ctor - As above, but with a DebugLoc.
529 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const DebugLoc dl,
532 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
547 Parent(0), debugLoc(MI.getDebugLoc()) {
805 // If DebugLoc does not match then two dbg.values are not identical.
    [all...]
BranchFolding.cpp 456 DebugLoc dl; // FIXME: this is nowhere
    [all...]
RegAllocFast.cpp 283 DebugLoc DL;
834 DebugLoc DL = MI->getDebugLoc();
    [all...]
Splitter.cpp 137 DebugLoc(),
171 DebugLoc(),
IfConversion.cpp 429 DebugLoc dl; // FIXME: this is nowhere
    [all...]
MachineFunction.cpp 156 DebugLoc DL, bool NoImp) {
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 241 Disp = CurDAG->getTargetGlobalAddress(AM.GV, DebugLoc(),
505 DebugLoc dl = N->getDebugLoc();
539 BuildMI(BB, DebugLoc(),
725 DebugLoc dl = N.getDebugLoc();
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 100 DebugLoc dl = MI->getDebugLoc();
260 DebugLoc dl;
513 DebugLoc dl;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 397 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping
399 DebugLoc findDebugLoc(MachineBasicBlock::iterator &MBBI);
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 385 DebugLoc dl = Node->getDebugLoc();
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 278 BI->setDebugLoc(DebugLoc());
  /external/llvm/lib/VMCore/
Metadata.cpp 445 DbgLoc = DebugLoc::getFromDILocation(Node);
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 184 DebugLoc dl = N.getDebugLoc();
589 DebugLoc dl = Node->getDebugLoc();
  /external/llvm/lib/Transforms/Utils/
Local.cpp 801 DebugLoc SIDL = SI->getDebugLoc();
823 DebugLoc LIDL = LI->getDebugLoc();
    [all...]
CloneFunction.cpp 399 DebugLoc TheCallDL;
  /external/llvm/include/llvm/Support/
IRBuilder.h 45 DebugLoc CurDbgLocation;
108 void SetCurrentDebugLocation(const DebugLoc &L) {
114 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; }
    [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 253 DebugLoc DL = MI->getDebugLoc();
  /external/clang/lib/CodeGen/
CGStmt.cpp 412 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
420 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
    [all...]

Completed in 561 milliseconds

1 2 3 4 5 67 8