Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp38 class HexagonSplitConst32AndConst64 : public MachineFunctionPass { class
41 HexagonSplitConst32AndConst64() : MachineFunctionPass(ID) { in HexagonSplitConst32AndConst64() function in __anond72e83f50111::HexagonSplitConst32AndConst64
56 char HexagonSplitConst32AndConst64::ID = 0;
58 INITIALIZE_PASS(HexagonSplitConst32AndConst64, "split-const-for-sdata",
61 bool HexagonSplitConst32AndConst64::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
112 return new HexagonSplitConst32AndConst64(); in createHexagonSplitConst32AndConst64()
DCMakeLists.txt56 HexagonSplitConst32AndConst64.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp38 class HexagonSplitConst32AndConst64 : public MachineFunctionPass { class
41 HexagonSplitConst32AndConst64() : MachineFunctionPass(ID) { in HexagonSplitConst32AndConst64() function in __anonbf980b090111::HexagonSplitConst32AndConst64
56 char HexagonSplitConst32AndConst64::ID = 0;
58 INITIALIZE_PASS(HexagonSplitConst32AndConst64, "split-const-for-sdata",
61 bool HexagonSplitConst32AndConst64::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
112 return new HexagonSplitConst32AndConst64(); in createHexagonSplitConst32AndConst64()
DCMakeLists.txt54 HexagonSplitConst32AndConst64.cpp
/external/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp51 class HexagonSplitConst32AndConst64 : public MachineFunctionPass { class
54 HexagonSplitConst32AndConst64() : MachineFunctionPass(ID) {} in HexagonSplitConst32AndConst64() function in __anonb18f66e70111::HexagonSplitConst32AndConst64
67 char HexagonSplitConst32AndConst64::ID = 0;
70 bool HexagonSplitConst32AndConst64::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
170 return new HexagonSplitConst32AndConst64(); in createHexagonSplitConst32AndConst64()
DCMakeLists.txt48 HexagonSplitConst32AndConst64.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/
DBUILD.gn79 "HexagonSplitConst32AndConst64.cpp",