Searched refs:InsnID (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 87 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() local 94 MachineOperand &MO = State.MIs[InsnID]->getOperand(OpIdx); in executeMatchTable() 120 << "] = GIM_RecordInsn(" << InsnID << ", " << OpIdx in executeMatchTable() 140 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() local 143 assert(State.MIs[InsnID] != nullptr && "Used insn before defined"); in executeMatchTable() 144 unsigned Opcode = State.MIs[InsnID]->getOpcode(); in executeMatchTable() 147 dbgs() << CurrentIdx << ": GIM_CheckOpcode(MIs[" << InsnID in executeMatchTable() 158 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() local 163 assert(State.MIs[InsnID] != nullptr && "Used insn before defined"); in executeMatchTable() 164 const int64_t Opcode = State.MIs[InsnID]->getOpcode(); in executeMatchTable() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 918 GIM_CheckIsSafeToFold, /*InsnID*/1, 920 GIR_BuildMI, /*InsnID*/0, /*Opcode*/ARM::UXTAB, 924 GIR_AddImm, /*InsnID*/0, /*Imm*/0, 925 GIR_AddImm, /*InsnID*/0, /*Imm*/14, 926 GIR_AddRegister, /*InsnID*/0, ::zero_reg, /*AddRegisterRegFlags*/0, 927 GIR_EraseFromParent, /*InsnID*/0, 928 GIR_ConstrainSelectedInstOperands, /*InsnID*/0, 942 GIM_CheckIsSafeToFold, /*InsnID*/1, 944 GIR_BuildMI, /*InsnID*/0, /*Opcode*/ARM::UXTAH, 948 GIR_AddImm, /*InsnID*/0, /*Imm*/0, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 1237 GIR_BuildMI, /*InsnID*/0, /*Opcode*/AArch64::ADDWri, 1240 GIR_ComplexRenderer, /*InsnID*/0, /*RendererID*/0, // imm 1241 GIR_EraseFromParent, /*InsnID*/0, 1242 GIR_ConstrainSelectedInstOperands, /*InsnID*/0, 1251 GIR_BuildMI, /*InsnID*/0, /*Opcode*/AArch64::ADDWri, 1254 GIR_ComplexRenderer, /*InsnID*/0, /*RendererID*/0, // imm 1255 GIR_EraseFromParent, /*InsnID*/0, 1256 GIR_ConstrainSelectedInstOperands, /*InsnID*/0, 1265 GIR_BuildMI, /*InsnID*/0, /*Opcode*/AArch64::ADDWrx, 1268 GIR_ComplexRenderer, /*InsnID*/0, /*RendererID*/0, // R3 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 867 GIR_BuildMI, /*InsnID*/0, /*Opcode*/X86::INC8r, 870 GIR_EraseFromParent, /*InsnID*/0, 871 GIR_ConstrainSelectedInstOperands, /*InsnID*/0, 879 GIR_BuildMI, /*InsnID*/0, /*Opcode*/X86::DEC8r, 882 GIR_EraseFromParent, /*InsnID*/0, 883 GIR_ConstrainSelectedInstOperands, /*InsnID*/0, 892 GIM_CheckIsSafeToFold, /*InsnID*/1, 894 GIR_BuildMI, /*InsnID*/0, /*Opcode*/X86::ADD8ri, 898 GIR_EraseFromParent, /*InsnID*/0, 899 GIR_ConstrainSelectedInstOperands, /*InsnID*/0, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 755 GIM_CheckIsSafeToFold, /*InsnID*/1, 756 GIM_CheckIsSafeToFold, /*InsnID*/2, 758 GIR_BuildMI, /*InsnID*/0, /*Opcode*/Mips::LSA, 763 GIR_EraseFromParent, /*InsnID*/0, 764 GIR_ConstrainSelectedInstOperands, /*InsnID*/0, 782 GIM_CheckIsSafeToFold, /*InsnID*/1, 783 GIM_CheckIsSafeToFold, /*InsnID*/2, 785 GIR_BuildMI, /*InsnID*/0, /*Opcode*/Mips::LSA, 790 GIR_EraseFromParent, /*InsnID*/0, 791 GIR_ConstrainSelectedInstOperands, /*InsnID*/0, [all …]
|