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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFrameInfo.h 539 /// getPristineRegs - Return a set of physical registers that are pristine on
548 BitVector getPristineRegs(const MachineBasicBlock *MBB) const;
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 657 BitVector getPristineRegs(const MachineFunction &MF) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterScavenging.cpp 74 BitVector PR = MBB->getParent()->getFrameInfo()->getPristineRegs(MBB);
CriticalAntiDepBreaker.cpp 104 BitVector Pristine = MFI->getPristineRegs(BB);
MachineFunction.cpp 454 MachineFrameInfo::getPristineRegs(const MachineBasicBlock *MBB) const {
AggressiveAntiDepBreaker.cpp 188 BitVector Pristine = MFI->getPristineRegs(BB);
    [all...]
MachineVerifier.cpp 533 BitVector PR = MFI->getPristineRegs(MBB);
    [all...]
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 58 BitVector PR = MF.getFrameInfo()->getPristineRegs(MF);
CriticalAntiDepBreaker.cpp 73 BitVector Pristine = MFI->getPristineRegs(MF);
AggressiveAntiDepBreaker.cpp 165 BitVector Pristine = MFI->getPristineRegs(MF);
    [all...]
MachineFunction.cpp 653 BitVector MachineFrameInfo::getPristineRegs(const MachineFunction &MF) const {
    [all...]
MachineVerifier.cpp 762 BitVector PR = MFI->getPristineRegs(*MF);
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 364 assert(!MFI->getPristineRegs(MF).test(ARM::R4) &&
ARMFrameLowering.cpp 756 assert(!MFI->getPristineRegs(MF).test(ARM::R4) &&
    [all...]

Completed in 349 milliseconds