HomeSort by relevance Sort by last modified time
    Searched refs:getDebugLoc (Results 1 - 25 of 724) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 442 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
447 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
461 return DAG.getNode(ISD::FSUB, Op.getDebugLoc(), Op.getValueType(),
470 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
476 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
483 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
487 return DAG.getNode(ISD::FP_ROUND, Op.getDebugLoc(), Op.getValueType(),
545 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
563 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
665 DebugLoc dl = Load->getDebugLoc();
    [all...]
LegalizeFloatTypes.cpp 119 return DAG.getNode(ISD::BUILD_PAIR, N->getDebugLoc(),
134 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, N->getDebugLoc(),
148 return DAG.getNode(ISD::AND, N->getDebugLoc(), NVT, Op, Mask);
160 NVT, Ops, 2, false, N->getDebugLoc());
171 NVT, &Op, 1, false, N->getDebugLoc());
177 DebugLoc dl = N->getDebugLoc();
224 NVT, &Op, 1, false, N->getDebugLoc());
236 NVT, Ops, 2, false, N->getDebugLoc());
247 NVT, &Op, 1, false, N->getDebugLoc());
258 NVT, &Op, 1, false, N->getDebugLoc());
    [all...]
  /external/llvm/lib/CodeGen/
XRayInstrumentation.cpp 64 BuildMI(FirstMBB, FirstMI, FirstMI.getDebugLoc(),
76 auto MIB = BuildMI(MBB, T, T.getDebugLoc(),
  /external/llvm/lib/Target/AMDGPU/
SIDebuggerInsertNops.cpp 82 if (MI->isDebugValue() || !MI->getDebugLoc())
86 auto DL = MI->getDebugLoc();
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsEmitGPRestore.cpp 66 DebugLoc dl = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
78 DebugLoc dl = I->getDebugLoc();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIDebuggerInsertNops.cpp 83 if (MI->isDebugInstr() || !MI->getDebugLoc())
87 auto DL = MI->getDebugLoc();
  /external/llvm/lib/Target/Hexagon/
HexagonSplitConst32AndConst64.cpp 96 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::LO), DestReg)
98 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::HI), DestReg)
120 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::A2_tfrsi),
146 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::A2_tfrsi),
149 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::A2_tfrsi),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsInstructionSelector.cpp 116 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDu))
123 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDiu))
140 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(NewOpc))
152 LUi = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::LUi))
156 ORi = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ORi))
177 LUi = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::LUi))
182 ADDiu = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::ADDiu))
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 50 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
87 DL = MBBI->getDebugLoc();
116 DebugLoc DL = MBBI->getDebugLoc();
149 DL = MBBI->getDebugLoc();
189 if (MI != MBB.end()) DL = MI->getDebugLoc();
215 if (MI != MBB.end()) DL = MI->getDebugLoc();
249 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
258 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri),
278 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 50 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
87 DL = MBBI->getDebugLoc();
116 DebugLoc DL = MBBI->getDebugLoc();
149 DL = MBBI->getDebugLoc();
189 if (MI != MBB.end()) DL = MI->getDebugLoc();
215 if (MI != MBB.end()) DL = MI->getDebugLoc();
249 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
257 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri),
277 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUNopFiller.cpp 96 BuildMI(MBB, I, I->getDebugLoc(), TII->get(SPU::ENOP));
105 BuildMI(MBB, I, I->getDebugLoc(), TII->get(SPU::LNOP));
121 BuildMI(MBB, J, J->getDebugLoc(), TII->get(SPU::ENOP));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFRegisterInfo.cpp 66 DebugLoc DL = MI.getDebugLoc();
71 if (I.getDebugLoc()) {
72 DL = I.getDebugLoc();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2InstrInfo.cpp 37 BuildMI(MBB, MI, MI.getDebugLoc(), get(Nios2::RET_R1)).addReg(Nios2::RA);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcFrameLowering.cpp 35 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
75 DebugLoc dl = MBBI->getDebugLoc();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCExpandPseudos.cpp 66 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg)
69 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(),
ARCBranchFinalize.cpp 118 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(),
133 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(),
137 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), TII->get(ARC::Bcc))
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430FrameLowering.cpp 49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
86 DL = MBBI->getDebugLoc();
115 DebugLoc DL = MBBI->getDebugLoc();
148 DL = MBBI->getDebugLoc();
188 if (MI != MBB.end()) DL = MI->getDebugLoc();
214 if (MI != MBB.end()) DL = MI->getDebugLoc();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyLateEHPrepare.cpp 137 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::BR))
146 BuildMI(MBB, TI, TI->getDebugLoc(), TII.get(WebAssembly::RETHROW))
149 BuildMI(MBB, TI, TI->getDebugLoc(),
204 BuildMI(MBB, MBB.begin(), MBB.begin()->getDebugLoc(),
234 Rethrow = BuildMI(MBB, InsertPt, MI.getDebugLoc(),
238 Rethrow = BuildMI(MBB, InsertPt, MI.getDebugLoc(),
302 BuildMI(*EHPad, InsertPos, Call->getDebugLoc(),
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 120 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri))
130 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
187 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri))
207 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
232 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
370 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXri))
381 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
398 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi))
433 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc))
554 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(FirstOpc)
    [all...]
AArch64CleanupLocalDynamicTLSPass.cpp 102 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(),
124 BuildMI(*I.getParent(), ++I.getIterator(), I.getDebugLoc(),
  /external/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 85 BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode()))
97 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR))
112 **PI, J, J->getDebugLoc(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
XRayInstrumentation.cpp 109 auto MIB = BuildMI(MBB, T, T.getDebugLoc(), TII->get(Opc))
138 BuildMI(MBB, T, T.getDebugLoc(), TII->get(Opc));
204 BuildMI(FirstMBB, FirstMI, FirstMI.getDebugLoc(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonVExtract.cpp 70 DebugLoc DL = ExtI->getDebugLoc();
134 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc))
147 DebugLoc DL = ExtI->getDebugLoc();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 85 BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode()))
97 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR))
112 **PI, J, J->getDebugLoc(),
  /external/llvm/lib/Target/SystemZ/
SystemZLDCleanup.cpp 120 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(),
140 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(),

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011>>