Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp85 class ARMConstantIslands : public MachineFunctionPass { class
278 ARMConstantIslands() : MachineFunctionPass(ID) {} in ARMConstantIslands() function in __anon8e1325130111::ARMConstantIslands
347 char ARMConstantIslands::ID = 0;
351 void ARMConstantIslands::verify() { in verify()
379 void ARMConstantIslands::dumpBBs() { in dumpBBs()
395 return new ARMConstantIslands(); in createARMConstantIslandPass()
398 bool ARMConstantIslands::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
541 ARMConstantIslands::doInitialConstPlacement(std::vector<MachineInstr*> &CPEMIs) { in doInitialConstPlacement()
604 void ARMConstantIslands::doInitialJumpTablePlacement( in doInitialJumpTablePlacement()
663 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantIslandPass.cpp66 class ARMConstantIslands : public MachineFunctionPass { class
176 ARMConstantIslands() : MachineFunctionPass(ID) {} in ARMConstantIslands() function in __anona28af83f0111::ARMConstantIslands
225 char ARMConstantIslands::ID = 0;
229 void ARMConstantIslands::verify(MachineFunction &MF) { in verify()
259 void ARMConstantIslands::dumpBBs() { in dumpBBs()
269 return new ARMConstantIslands(); in createARMConstantIslandPass()
272 bool ARMConstantIslands::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
395 void ARMConstantIslands::DoInitialPlacement(MachineFunction &MF, in DoInitialPlacement()
448 ARMConstantIslands::CPEntry
449 *ARMConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry()
[all …]
/external/llvm/include/llvm/IR/
DIntrinsicsARM.td20 // A space-consuming intrinsic primarily for testing ARMConstantIslands. The