Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp38 class MSP430BSel : public MachineFunctionPass { class
51 MSP430BSel() : MachineFunctionPass(ID) {} in MSP430BSel() function in __anona5be0e890111::MSP430BSel
62 char MSP430BSel::ID = 0;
81 unsigned MSP430BSel::measureFunction(OffsetVector &BlockOffsets, in measureFunction()
107 bool MSP430BSel::expandBranches(OffsetVector &BlockOffsets) { in expandBranches()
224 bool MSP430BSel::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
256 return new MSP430BSel(); in createMSP430BranchSelectionPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp38 class MSP430BSel : public MachineFunctionPass { class
51 MSP430BSel() : MachineFunctionPass(ID) {} in MSP430BSel() function in __anon9143befd0111::MSP430BSel
62 char MSP430BSel::ID = 0;
81 unsigned MSP430BSel::measureFunction(OffsetVector &BlockOffsets, in measureFunction()
107 bool MSP430BSel::expandBranches(OffsetVector &BlockOffsets) { in expandBranches()
224 bool MSP430BSel::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
256 return new MSP430BSel(); in createMSP430BranchSelectionPass()
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp33 struct MSP430BSel : public MachineFunctionPass { struct
35 MSP430BSel() : MachineFunctionPass(ID) {} in MSP430BSel() function
51 char MSP430BSel::ID = 0;
58 return new MSP430BSel(); in createMSP430BranchSelectionPass()
61 bool MSP430BSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()