/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IcePhiLoweringImpl.h | 49 PhiLo->addArgument(Target->loOperand(Src), Label); in prelowerPhis32Bit() 50 PhiHi->addArgument(Target->hiOperand(Src), Label); in prelowerPhis32Bit() 66 PhiElem->addArgument(SrcVec->getContainers()[Idx], Label); in prelowerPhis32Bit()
|
D | WasmTranslator.cpp | 349 Phi->addArgument(Op, InEdges[i]); in Phi() 958 Inst->addArgument(From, getDefNode(From)); in AppendToPhi() 1165 PhiInst->addArgument(Tmp, CallNode); in CallIndirect()
|
D | IceInst.cpp | 396 void InstPhi::addArgument(Operand *Source, CfgNode *Label) { in addArgument() function in Ice::InstPhi
|
D | IceCfgNode.cpp | 1344 Phi->addArgument(Phi->getSrc(i), NewNode); in shortCircuit()
|
D | IceConverter.cpp | 357 IcePhi->addArgument(convertOperand(Instr, N), in convertPHINodeInstruction()
|
D | IceInst.h | 681 void addArgument(Operand *Source, CfgNode *Label);
|
D | PNaClTranslator.cpp | 2571 Phi->addArgument(Op, getBasicBlock(Values[i + 1])); in ProcessRecord()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 184 void addArgument(int arg) in addArgument() function 190 void addArgument(const char* arg) in addArgument() function 195 void addArgument(const std::string& arg) in addArgument() function 204 addArgument(value); in addIfNonZero() 463 processes.addArgument(entryPointName); in setEntryPointName() 661 processes.addArgument(shift); in setShiftBindingForSet() 662 processes.addArgument(set); in setShiftBindingForSet() 679 processes.addArgument(shift[s]); in setResourceSetBinding() 1074 void addProcessArgument(const std::string& arg) { processes.addArgument(arg); } in addProcessArgument()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | FunctionLookup.h | 39 void addArgument(TIntermTyped *argument);
|
D | FunctionLookup.cpp | 164 void TFunctionLookup::addArgument(TIntermTyped *argument) in addArgument() function in sh::TFunctionLookup
|
D | glslang.y | 371 $$->addArgument($2); 375 $$->addArgument($3);
|
D | glslang_tab_autogen.cpp | 2576 (yyval.interm.functionLookup)->addArgument((yyvsp[0].interm.intermTypedNode)); in yyparse() 2585 (yyval.interm.functionLookup)->addArgument((yyvsp[0].interm.intermTypedNode)); in yyparse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 328 void addArgument(); 1309 addArgument(); 1479 addArgument(); 1618 addArgument(); 1677 addArgument();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 360 void addArgument(); 1471 addArgument(); 1667 addArgument(); 1819 addArgument(); 1891 addArgument();
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/ |
D | index.d.ts | 388 addArgument(arg: Argument): this;
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | command.js | 316 this.addArgument(argument); 345 addArgument(argument) { method in Command
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/ |
D | Readme.md | 603 ….addArgument(new commander.Argument('<drink-size>', 'drink cup size').choices(['small', 'medium', … 604 .addArgument(new commander.Argument('[timeout]', 'timeout in seconds').default(60, 'one minute'))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 366 void Option::addArgument() { in addArgument() function in Option
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 444 void Option::addArgument() { in addArgument() function in Option
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …ser(n):i.default(n),this.addArgument(i),this}arguments(e){return e.split(/ +/).forEach((e=>{this.a… method in t.detachNode.d
|