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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCBranchSelector.cpp 32 struct PPCBSel : public MachineFunctionPass {
34 PPCBSel() : MachineFunctionPass(ID) {}
45 char PPCBSel::ID = 0;
52 return new PPCBSel();
55 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) {
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 38 struct PPCBSel : public MachineFunctionPass {
40 PPCBSel() : MachineFunctionPass(ID) {
58 char PPCBSel::ID = 0;
61 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",
68 return new PPCBSel();
71 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 40 struct PPCBSel : public MachineFunctionPass {
42 PPCBSel() : MachineFunctionPass(ID) {
60 char PPCBSel::ID = 0;
63 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",
70 return new PPCBSel();
73 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) {

Completed in 554 milliseconds