Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonExpandPredSpillCode.cpp51 class HexagonExpandPredSpillCode : public MachineFunctionPass { class
57 HexagonExpandPredSpillCode(const HexagonTargetMachine& TM) : in HexagonExpandPredSpillCode() function in __anon96bf220c0111::HexagonExpandPredSpillCode
70 char HexagonExpandPredSpillCode::ID = 0;
73 bool HexagonExpandPredSpillCode::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
189 &HexagonExpandPredSpillCode::ID, in initializePassOnce()
200 return new HexagonExpandPredSpillCode(TM); in createHexagonExpandPredSpillCode()