Searched defs: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 ===//
51 class HexagonSplitConst32AndConst64 : public MachineFunctionPass { class in namespace:__anon14357
54 HexagonSplitConst32AndConst64() : MachineFunctionPass(ID) {} function in class:__anon14357::HexagonSplitConst32AndConst64
67 char HexagonSplitConst32AndConst64::ID = 0;
70 bool HexagonSplitConst32AndConst64::runOnMachineFunction(MachineFunction &Fn) {
170 return new HexagonSplitConst32AndConst64();

Completed in 1889 milliseconds