HomeSort by relevance Sort by last modified time
    Searched refs:BuildMI (Results 251 - 275 of 282) sorted by null

<<1112

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 622 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(TargetOpcode::COPY),
639 BuildMI(*MBB, MI, MI->getDebugLoc(), TII->get(TargetOpcode::COPY), Reg)
StrongPHIElimination.cpp 698 MachineInstr *CopyInstr = BuildMI(*PredBB,
767 MachineInstr *CopyInstr = BuildMI(*MBB,
    [all...]
VirtRegRewriter.cpp     [all...]
LiveDebugVariables.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 847 BuildMI(BB, dl, TII.getBrCond(CC)).addMBB(copy1MBB);
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
TargetInstrInfo.cpp 731 BuildMI(*MF, Prev.getDebugLoc(), TII->get(Opcode), NewVR)
735 BuildMI(*MF, Root.getDebugLoc(), TII->get(Opcode), RegC)
    [all...]
TwoAddressInstructionPass.cpp     [all...]
MachineBasicBlock.cpp 389 BuildMI(*this, I, DebugLoc(), TII.get(TargetOpcode::COPY), VirtReg)
    [all...]
MachinePipeliner.cpp     [all...]
InlineSpiller.cpp 888 BuildMI(*MBB, MBB->erase(MI), DL, TII.get(TargetOpcode::DBG_VALUE))
    [all...]
SplitKit.cpp 466 CopyMI = BuildMI(MBB, I, DebugLoc(), TII.get(TargetOpcode::COPY), LI->reg)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 305 BuildMI(MBB, DL, TII->get(TargetOpcode::PHI), PHIReg + i);
SelectionDAGISel.cpp 566 BuildMI(*EntryMBB, ++InsertPos, DL, TII->get(TargetOpcode::DBG_VALUE),
588 BuildMI(*MF, DL, TII->get(TargetOpcode::DBG_VALUE), IsIndirect,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 174 BuildMI(MBB, DL, TII->get(TargetOpcode::PHI), PHIReg + i);
SelectionDAGISel.cpp 326 BuildMI(*EntryMBB, ++InsertPos, MI->getDebugLoc(),
347 BuildMI(*MF, CopyUseMI->getDebugLoc(),
698 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 811 BuildMI(MBB, MBBI, dl, TII.get(ARM::LDRcp))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 632 BuildMI(MBB, std::next(I), I->getDebugLoc(), TII->get(Mips::NOP));
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 551 MachineInstr *Tee = BuildMI(MBB, Insert, Insert->getDebugLoc(),
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
HexagonISelDAGToDAG.cpp     [all...]

Completed in 1006 milliseconds

<<1112