HomeSort by relevance Sort by last modified time
    Searched refs:getSpillAlignment (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 47 TRI.getSpillAlignment(RC), true);
61 TRI.getSpillAlignment(RC), true);
74 unsigned Align = TRI.getSpillAlignment(RC);
XCoreFrameLowering.cpp 586 unsigned Align = TRI.getSpillAlignment(RC);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsMachineFunction.cpp 64 TRI.getSpillAlignment(RC), false);
78 TRI.getSpillSize(RC), TRI.getSpillAlignment(RC), false);
101 TRI.getSpillSize(*RC), TRI.getSpillAlignment(*RC), false);
MipsSEFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonVExtract.cpp 127 HRI.getSpillAlignment(VecRC));
HexagonFrameLowering.cpp     [all...]
HexagonInstrInfo.cpp     [all...]
HexagonISelLowering.cpp 437 unsigned VecAlign = HRI.getSpillAlignment(Hexagon::HvxVRRegClass);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 260 RegInfo->getSpillSize(*RC), RegInfo->getSpillAlignment(*RC), false);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 326 unsigned getSpillAlignment(const TargetRegisterClass &RC) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
VirtRegMap.cpp 97 unsigned Align = TRI->getSpillAlignment(*RC);
PrologEpilogInserter.cpp 379 unsigned Align = RegInfo->getSpillAlignment(*RC);
    [all...]
RegAllocFast.cpp 241 unsigned Align = TRI->getSpillAlignment(RC);
    [all...]
RegisterScavenging.cpp 469 unsigned NeedAlign = TRI->getSpillAlignment(RC);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCFrameLowering.cpp 423 RegInfo->getSpillSize(*RC), RegInfo->getSpillAlignment(*RC), false);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]

Completed in 546 milliseconds