/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenInstrInfo.inc | 14558 namespace OpTypes { 14867 } // end namespace OpTypes 19105 OpTypes::i32imm, 19106 OpTypes::i32imm, 19107 OpTypes::i32imm, 19108 OpTypes::i32imm, 19110 -1, -1, OpTypes::i32imm, 19111 -1, -1, -1, OpTypes::i32imm, 19113 -1, -1, -1, OpTypes::i32imm, 19114 -1, -1, OpTypes::i32imm, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenInstrInfo.inc | 49421 namespace OpTypes { 49598 } // end namespace OpTypes 64863 OpTypes::i32imm, 64864 OpTypes::i32imm, 64865 OpTypes::i32imm, 64866 OpTypes::i32imm, 64868 -1, -1, OpTypes::i32imm, 64869 -1, -1, -1, OpTypes::i32imm, 64871 -1, -1, -1, OpTypes::i32imm, 64872 -1, -1, OpTypes::i32imm, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenInstrInfo.inc | 18593 namespace OpTypes { 19023 } // end namespace OpTypes 24427 OpTypes::i32imm, 24428 OpTypes::i32imm, 24429 OpTypes::i32imm, 24430 OpTypes::i32imm, 24432 -1, -1, OpTypes::i32imm, 24433 -1, -1, -1, OpTypes::i32imm, 24435 -1, -1, -1, OpTypes::i32imm, 24436 -1, -1, OpTypes::i32imm, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenInstrInfo.inc | 7794 namespace OpTypes { 7913 } // end namespace OpTypes 10218 OpTypes::i32imm, 10219 OpTypes::i32imm, 10220 OpTypes::i32imm, 10221 OpTypes::i32imm, 10223 -1, -1, OpTypes::i32imm, 10224 -1, -1, -1, OpTypes::i32imm, 10226 -1, -1, -1, OpTypes::i32imm, 10227 -1, -1, OpTypes::i32imm, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenInstrInfo.inc | 10605 namespace OpTypes { 10831 } // end namespace OpTypes 13599 OpTypes::i32imm, 13600 OpTypes::i32imm, 13601 OpTypes::i32imm, 13602 OpTypes::i32imm, 13604 -1, -1, OpTypes::i32imm, 13605 -1, -1, -1, OpTypes::i32imm, 13607 -1, -1, -1, OpTypes::i32imm, 13608 -1, -1, OpTypes::i32imm, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 164 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes() local 167 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes() 173 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes() 174 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes() 213 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 907 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and 910 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal> 912 let MIOperandInfo = OpTypes; 918 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops> 920 let MIOperandInfo = OpTypes;
|