| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
| D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
| /third_party/spirv-tools/test/link/ |
| D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/link/ |
| D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | iterator.h | 354 const DataRef DR; variable 358 WrappedPairNodeDataIterator(ItType Begin, const DataRef DR) in WrappedPairNodeDataIterator()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-shape-complex-arabic-table.hh | 21 #define DR JOINING_GROUP_DALATH_RISH macro
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
| D | test-mark-last.cpp | 32 #define DR(x) bi_discard(R(x)) macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZISelDAGToDAG.cpp | 54 DispRange DR; member 386 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp() 497 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp() 663 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr() 674 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr() 686 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | RDFCopy.cpp | 145 RegisterRef DR = DA.Addr->getRegRef(DFG); in run() local
|
| D | HexagonSplitDouble.cpp | 426 for (unsigned DR : Part) { in isProfitable() local 1138 for (unsigned DR : Part) { in splitPartition() local 1168 for (unsigned DR : Part) { in splitPartition() local
|
| D | HexagonGenPredicate.cpp | 473 RegisterSubReg DR = MI.getOperand(0); in eliminatePredCopies() local
|
| D | HexagonGenMux.cpp | 242 Register DR = MI->getOperand(0).getReg(); in genMuxInBlock() local
|
| D | HexagonExpandCondsets.cpp | 376 Register DR = Op.getReg(), DSR = Op.getSubReg(); in updateDeadsInRange() local 675 Register DR = MD.getReg(), DSR = MD.getSubReg(); in split() local
|
| D | HexagonOptAddrMode.cpp | 249 RegisterRef DR = DFG->getPRI().normalize(DA.Addr->getRegRef(*DFG)); in getAllRealUses() local
|
| D | HexagonEarlyIfConv.cpp | 841 Register DR = PN->getOperand(0).getReg(); in updatePhiNodes() local
|
| D | HexagonBitSimplify.cpp | 980 Register DR = UseI->getOperand(0).getReg(); in isDead() local 1470 unsigned DR = Defs.find_first(); in processBlock() local 3082 unsigned DR = getDefReg(SI); in moveGroup() local
|
| D | RDFLiveness.cpp | 406 RegisterRef DR = DA.Addr->getRegRef(DFG); in getAllReachedUses() local
|
| D | RDFGraph.cpp | 1268 auto isDefUndef = [this] (const MachineInstr &In, RegisterRef DR) -> bool { in buildStmt()
|
| D | HexagonFrameLowering.cpp | 2042 for (auto &DR : F->second) in findPhysReg() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.cpp | 1132 LocalVarDefRange DR; in createDefRangeMem() local 1253 LocalVarDefRange DR; in calculateRanges() local
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitNativeMIPS_common.c | 125 #define DR(dr) (reg_map[dr]) macro
|
| /third_party/node/deps/v8/src/execution/s390/ |
| D | simulator-s390.cc | 5178 EVALUATE(DR) { in EVALUATE() argument
|