Home
last modified time | relevance | path

Searched refs:PPCSelectionDAGInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSelectionDAGInfo.cpp18 PPCSelectionDAGInfo::PPCSelectionDAGInfo(const PPCTargetMachine &TM) in PPCSelectionDAGInfo() function in PPCSelectionDAGInfo
22 PPCSelectionDAGInfo::~PPCSelectionDAGInfo() { in ~PPCSelectionDAGInfo()
DPPCSelectionDAGInfo.h23 class PPCSelectionDAGInfo : public TargetSelectionDAGInfo {
25 explicit PPCSelectionDAGInfo(const PPCTargetMachine &TM);
26 ~PPCSelectionDAGInfo();
DPPCTargetMachine.h39 PPCSelectionDAGInfo TSInfo;
55 virtual const PPCSelectionDAGInfo* getSelectionDAGInfo() const { in getSelectionDAGInfo()