Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp49 class AArch64ExpandPseudo : public MachineFunctionPass { class
55 AArch64ExpandPseudo() : MachineFunctionPass(ID) { in AArch64ExpandPseudo() function in __anon7b69e9e20111::AArch64ExpandPseudo
86 char AArch64ExpandPseudo::ID = 0;
88 INITIALIZE_PASS(AArch64ExpandPseudo, "aarch64-expand-pseudo",
382 bool AArch64ExpandPseudo::expandMOVImm(MachineBasicBlock &MBB, in expandMOVImm()
511 bool AArch64ExpandPseudo::expandMOVImmSimple(MachineBasicBlock &MBB, in expandMOVImmSimple()
589 bool AArch64ExpandPseudo::expandCMP_SWAP( in expandCMP_SWAP()
669 bool AArch64ExpandPseudo::expandCMP_SWAP_128( in expandCMP_SWAP_128()
764 bool AArch64ExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
976 bool AArch64ExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp33 class AArch64ExpandPseudo : public MachineFunctionPass { class
36 AArch64ExpandPseudo() : MachineFunctionPass(ID) { in AArch64ExpandPseudo() function in __anon3d2962aa0111::AArch64ExpandPseudo
63 char AArch64ExpandPseudo::ID = 0;
66 INITIALIZE_PASS(AArch64ExpandPseudo, "aarch64-expand-pseudo",
412 bool AArch64ExpandPseudo::expandMOVImm(MachineBasicBlock &MBB, in expandMOVImm()
597 bool AArch64ExpandPseudo::expandCMP_SWAP( in expandCMP_SWAP()
672 bool AArch64ExpandPseudo::expandCMP_SWAP_128( in expandCMP_SWAP_128()
761 bool AArch64ExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
933 bool AArch64ExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
946 bool AArch64ExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
[all …]