/third_party/typescript/tests/baselines/reference/ |
H A D | indirectTypeParameterReferences.js | 7 type Combined = A & B 9 const combined = (fn: (combined: Combined) => void) => null
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/ |
H A D | XCoreDisassembler.cpp | 241 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode2OpInstruction() local 242 if (Combined < 27) in Decode2OpInstruction() 245 if (Combined == 31) in Decode2OpInstruction() 247 Combined += 5; in Decode2OpInstruction() 249 Combined -= 27; in Decode2OpInstruction() 250 unsigned Op1High = Combined % 3; in Decode2OpInstruction() 251 unsigned Op2High = Combined / 3; in Decode2OpInstruction() 260 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode3OpInstruction() local 261 if (Combined >= 27) in Decode3OpInstruction() 264 unsigned Op1High = Combined in Decode3OpInstruction() [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 53 // Combined has all the fields of both Request and Response. 55 type Combined struct { type 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 133 var v Combined
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 53 // Combined has all the fields of both Request and Response. 55 type Combined struct { type 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 133 var v Combined
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 53 // Combined has all the fields of both Request and Response. 55 type Combined struct { type 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 133 var v Combined
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 181 HashTable Combined(NextPowerOf2(2 * Weights.size())); 183 combineWeight(Combined[W.TargetNode.Index], W); 186 if (Weights.size() == Combined.size()) 191 Weights.reserve(Combined.size()); 192 for (const auto &I : Combined)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 2288 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); in ConstantFoldGetElementPtr() local 2291 Type *IdxTy = Combined->getType(); in ConstantFoldGetElementPtr() 2301 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtr() 2302 Combined = ConstantExpr::get(Instruction::Add, C1, C2); in ConstantFoldGetElementPtr() 2304 Combined = in ConstantFoldGetElementPtr() 2305 ConstantExpr::get(Instruction::Add, Idx0, Combined); in ConstantFoldGetElementPtr() 2309 NewIndices.push_back(Combined); in ConstantFoldGetElementPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 991 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N0, N1)) in reassociateOps() 992 return Combined; in reassociateOps() 993 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N1, N0)) in reassociateOps() 994 return Combined; in reassociateOps() 2291 if (SDValue Combined = visitADDLikeCommutative(N0, N1, N)) in visitADDLike() 2292 return Combined; in visitADDLike() 2294 if (SDValue Combined = visitADDLikeCommutative(N1, N0, N)) in visitADDLike() 2295 return Combined; in visitADDLike() 2306 if (SDValue Combined = visitADDLike(N)) in visitADD() 2307 return Combined; in visitADD() 9033 SDValue Combined = SimplifySetCC( visitSETCC() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4150 DINode::DIFlags Combined = DINode::FlagZero; 4155 Combined |= Val; 4158 Result.assign(Combined); 4190 DISubprogram::DISPFlags Combined = DISubprogram::SPFlagZero; 4195 Combined |= Val; 4198 Result.assign(Combined);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1051 SDValue Combined = in performMADD_MSUBCombine() local 1053 return Combined; in performMADD_MSUBCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 4898 if (SDValue Combined = performExtractVectorEltCombine(Op.getNode(), DCI)) 4899 return Combined;
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 2593 class Combined(str, Enum): class
|