Searched refs:HexagonSplitConst32AndConst64 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp1 //=== HexagonSplitConst32AndConst64.cpp - split CONST32/Const64 into HI/LO ===//
50 class HexagonSplitConst32AndConst64 : public MachineFunctionPass { class in namespace:__anon26021
55 HexagonSplitConst32AndConst64(const HexagonTargetMachine &TM) function in class:__anon26021::HexagonSplitConst32AndConst64
65 char HexagonSplitConst32AndConst64::ID = 0;
68 bool HexagonSplitConst32AndConst64::runOnMachineFunction(MachineFunction &Fn) {
179 return new HexagonSplitConst32AndConst64(TM);

Completed in 77 milliseconds