HomeSort by relevance Sort by last modified time
    Searched refs:MBB (Results 326 - 342 of 342) sorted by null

<<11121314

  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 626 for (auto MBB : MBBs)
627 Ops.push_back(DAG.getBasicBlock(MBB));
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
SelectionDAG.h 502 SDValue getBasicBlock(MachineBasicBlock *MBB);
503 SDValue getBasicBlock(MachineBasicBlock *MBB, SDLoc dl);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 280 MachineBasicBlock *MBB) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 266 MachineBasicBlock *MBB) const override;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
PPCAsmPrinter.cpp 338 const MachineBasicBlock &MBB = *MI.getParent();
342 if (MII == MBB.end() || MII->isCall() ||
    [all...]
PPCISelDAGToDAG.cpp 121 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
318 // Insert the set of GlobalBaseReg into the first MBB of the function
409 const BasicBlock *BB = FuncInfo->MBB->getBasicBlock();
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 601 milliseconds

<<11121314