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

<<111213

  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 500 R600MachineFunctionInfo *MFI = MF.getInfo<R600MachineFunctionInfo>();
683 MFI->StackSize = CFStack.MaxStackSize;
AMDGPUISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 253 const MachineFrameInfo *MFI = MF->getFrameInfo();
255 const std::vector<CalleeSavedInfo> &CSI = MFI->getCalleeSavedInfo();
    [all...]
MipsISelLowering.h 476 MachineFrameInfo *MFI, SelectionDAG &DAG, SDValue Arg,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 117 AggressiveAntiDepBreaker(MachineFunction& MFi,
120 AntiDepBreaker(), MF(MFi),
187 const MachineFrameInfo *MFI = MF.getFrameInfo();
188 BitVector Pristine = MFI->getPristineRegs(BB);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 173 MachineFrameInfo *MFI = MF.getFrameInfo();
212 int FI = MFI->CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 292 MachineFrameInfo *MFI = MF.getFrameInfo();
339 int FI = MFI->CreateFixedObject(LocVT.getSizeInBits()/8,
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
TwoAddressInstructionPass.cpp 696 MachineFunction::iterator MFI = MBB->getIterator();
697 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV);
698 assert(MBB->getIterator() == MFI &&
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 224 const NVPTXMachineFunctionInfo *MFI = MF->getInfo<NVPTXMachineFunctionInfo>();
225 const char *Sym = MFI->getImageHandleSymbol(Index);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 119 MachineFunction::iterator &MFI, MachineInstr &MI, LiveVariables *LV) const {
287 MFI->insert(MBBI, NewMIs[1]);
288 MFI->insert(MBBI, NewMIs[0]);
871 MachineFrameInfo &MFI = *MF.getFrameInfo();
872 unsigned Align = MFI.getObjectAlignment(FI);
876 MFI.getObjectSize(FI), Align);
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 302 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 456 MachineFrameInfo *MFI, int ClobberedFI) const;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelLowering.h 759 const CCValAssign &VA, MachineFrameInfo *MFI,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 305 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetInstrInfo.h 341 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetInstrInfo.h 341 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetInstrInfo.h 347 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]

Completed in 1607 milliseconds

<<111213