HomeSort by relevance Sort by last modified time
    Searched refs:AArch64ExpandPseudo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 33 class AArch64ExpandPseudo : public MachineFunctionPass {
36 AArch64ExpandPseudo() : MachineFunctionPass(ID) {
63 char AArch64ExpandPseudo::ID = 0;
66 INITIALIZE_PASS(AArch64ExpandPseudo, "aarch64-expand-pseudo",
412 bool AArch64ExpandPseudo::expandMOVImm(MachineBasicBlock &MBB,
597 bool AArch64ExpandPseudo::expandCMP_SWAP(
672 bool AArch64ExpandPseudo::expandCMP_SWAP_128(
761 bool AArch64ExpandPseudo::expandMI(MachineBasicBlock &MBB,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 49 class AArch64ExpandPseudo : public MachineFunctionPass {
55 AArch64ExpandPseudo() : MachineFunctionPass(ID) {
86 char AArch64ExpandPseudo::ID = 0;
88 INITIALIZE_PASS(AArch64ExpandPseudo, "aarch64-expand-pseudo",
382 bool AArch64ExpandPseudo::expandMOVImm(MachineBasicBlock &MBB,
511 bool AArch64ExpandPseudo::expandMOVImmSimple(MachineBasicBlock &MBB,
589 bool AArch64ExpandPseudo::expandCMP_SWAP(
669 bool AArch64ExpandPseudo::expandCMP_SWAP_128(
764 bool AArch64ExpandPseudo::expandMI(MachineBasicBlock &MBB,
    [all...]

Completed in 73 milliseconds