Searched refs:COpc (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 674 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local 675 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 || in insertEpilogueInBlock() 676 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC || in insertEpilogueInBlock() 677 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT || in insertEpilogueInBlock() 678 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC || in insertEpilogueInBlock() 679 COpc == Hexagon::PS_call_nr || COpc == Hexagon::PS_callr_nr) in insertEpilogueInBlock()
|
D | HexagonEarlyIfConv.cpp | 721 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local 722 assert(COpc); in predicateInstr() 723 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, HII->get(COpc)); in predicateInstr()
|
D | HexagonBitSimplify.cpp | 2089 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local 2090 if (COpc == Opc) in genCombineHalf() 2092 if (!validateReg(H, COpc, 1) || !validateReg(L, COpc, 2)) in genCombineHalf() 2100 BuildMI(B, At, DL, HII.get(COpc), NewR) in genCombineHalf()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 718 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local 719 assert(COpc); in predicateInstr() 720 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, TII->get(COpc)) in predicateInstr()
|
D | HexagonFrameLowering.cpp | 630 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local 631 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 || in insertEpilogueInBlock() 632 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC) in insertEpilogueInBlock()
|
D | HexagonBitSimplify.cpp | 1981 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local 1982 if (COpc == Opc) in genCombineHalf() 1990 BuildMI(B, At, DL, HII.get(COpc), NewR) in genCombineHalf()
|