/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VESubtarget.cpp | 26 void VESubtarget::anchor() {} in anchor() 28 VESubtarget &VESubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() 41 VESubtarget::VESubtarget(const Triple &TT, const std::string &CPU, in VESubtarget() function in VESubtarget 47 int VESubtarget::getAdjustedFrameSize(int frameSize) const { in getAdjustedFrameSize() 99 bool VESubtarget::enableMachineScheduler() const { return true; } in enableMachineScheduler()
|
D | VEInstrInfo.h | 24 class VESubtarget; variable 28 const VESubtarget &Subtarget; 32 explicit VEInstrInfo(VESubtarget &ST);
|
D | VESubtarget.h | 31 class VESubtarget : public VEGenSubtargetInfo { 41 VESubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, 61 VESubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
|
D | VETargetMachine.h | 24 VESubtarget Subtarget; 36 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() 37 const VESubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
|
D | VEISelLowering.h | 21 class VESubtarget; variable 31 const VESubtarget *Subtarget; 34 VETargetLowering(const TargetMachine &TM, const VESubtarget &STI);
|
D | VETargetTransformInfo.h | 30 const VESubtarget *ST; 33 const VESubtarget *getST() const { return ST; } in getST()
|
D | VEISelDAGToDAG.cpp | 34 const VESubtarget *Subtarget; 40 Subtarget = &MF.getSubtarget<VESubtarget>(); in runOnMachineFunction()
|
D | VEFrameLowering.h | 21 class VESubtarget; variable 24 explicit VEFrameLowering(const VESubtarget &ST);
|
D | VEFrameLowering.cpp | 30 VEFrameLowering::VEFrameLowering(const VESubtarget &ST) in VEFrameLowering() 178 const VESubtarget &Subtarget = MF.getSubtarget<VESubtarget>(); in emitPrologue()
|
D | CMakeLists.txt | 19 VESubtarget.cpp
|
D | VEISelLowering.cpp | 100 const VESubtarget &STI) in VETargetLowering()
|
D | VEInstrInfo.cpp | 37 VEInstrInfo::VEInstrInfo(VESubtarget &ST) in VEInstrInfo()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VESubtarget.cpp | 26 void VESubtarget::anchor() {} in anchor() 28 VESubtarget &VESubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() 44 VESubtarget::VESubtarget(const Triple &TT, const std::string &CPU, in VESubtarget() function in VESubtarget 50 uint64_t VESubtarget::getAdjustedFrameSize(uint64_t FrameSize) const { in getAdjustedFrameSize() 61 bool VESubtarget::enableMachineScheduler() const { return true; } in enableMachineScheduler()
|
D | VESubtarget.h | 31 class VESubtarget : public VEGenSubtargetInfo { 48 VESubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, 70 VESubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
|
D | VETargetMachine.h | 24 VESubtarget Subtarget; 36 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() 37 const VESubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
|
D | VEFrameLowering.h | 22 class VESubtarget; variable 25 explicit VEFrameLowering(const VESubtarget &ST); 70 const VESubtarget &STI;
|
D | VETargetTransformInfo.h | 30 const VESubtarget *ST; 33 const VESubtarget *getST() const { return ST; } in getST()
|
D | LVLGen.cpp | 62 (MBB.getParent()->getSubtarget<VESubtarget>().getRegisterInfo()->getName(no)) in runOnMachineBasicBlock() 124 const VESubtarget &Subtarget = F.getSubtarget<VESubtarget>(); in runOnMachineFunction()
|
D | VEInstrInfo.h | 24 class VESubtarget; variable 56 explicit VEInstrInfo(VESubtarget &ST);
|
D | VEISelLowering.h | 21 class VESubtarget; variable 50 const VESubtarget *Subtarget; 57 VETargetLowering(const TargetMachine &TM, const VESubtarget &STI);
|
D | CMakeLists.txt | 26 VESubtarget.cpp
|
D | VEISelDAGToDAG.cpp | 124 const VESubtarget *Subtarget; 130 Subtarget = &MF.getSubtarget<VESubtarget>(); in runOnMachineFunction()
|
D | VEInstrInfo.cpp | 38 VEInstrInfo::VEInstrInfo(VESubtarget &ST) in VEInstrInfo() 906 const VESubtarget &STI = MF.getSubtarget<VESubtarget>(); in expandExtendStackPseudo() 990 const VESubtarget &STI = MF.getSubtarget<VESubtarget>(); in expandGetStackTopPseudo()
|
D | VEFrameLowering.cpp | 130 VEFrameLowering::VEFrameLowering(const VESubtarget &ST) in VEFrameLowering()
|
D | VEISelLowering.cpp | 813 const VESubtarget &STI) in VETargetLowering()
|