/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 284 uint64_t Offset = Op->getArg(0); in addMachineRegExpression() 296 uint64_t Offset = Op->getArg(0); in addMachineRegExpression() 325 assert(Op->getArg(0) == 1 && in beginEntryValueExpression() 380 addBReg(OpNum - dwarf::DW_OP_breg0, Op->getArg(0)); in addExpression() 386 unsigned SizeInBits = Op->getArg(1); in addExpression() 387 unsigned FragmentOffset = Op->getArg(0); in addExpression() 418 emitUnsigned(Op->getArg(0)); in addExpression() 447 emitConstu(Op->getArg(0)); in addExpression() 450 unsigned BitSize = Op->getArg(0); in addExpression() 451 dwarf::TypeKind Encoding = static_cast<dwarf::TypeKind>(Op->getArg(1)); in addExpression() [all …]
|
D | DebugHandlerBase.cpp | 47 int Value = Op->getArg(0); in extractFromMachineInstruction() 63 Offset += Op->getArg(0); in extractFromMachineInstruction() 66 Location.FragmentInfo = {Op->getArg(1), Op->getArg(0)}; in extractFromMachineInstruction()
|
D | DwarfFile.cpp | 107 if (unsigned ArgNum = DV->getArg()) { in addScopeVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664.cpp | 706 ID, getConstantMemoryOrder(Intrin->getArg(1)))) { in doLoadOpt() 709 LoadSrc = formMemoryOperand(Intrin->getArg(0), LoadDest->getType(), in doLoadOpt() 2241 Operand *Arg = Instr->getArg(i); in lowerCall() 3328 ID, getConstantMemoryOrder(Instr->getArg(3)), in lowerIntrinsic() 3329 getConstantMemoryOrder(Instr->getArg(4)))) { in lowerIntrinsic() 3334 Operand *PtrToMem = legalize(Instr->getArg(0)); in lowerIntrinsic() 3335 Operand *Expected = legalize(Instr->getArg(1)); in lowerIntrinsic() 3336 Operand *Desired = legalize(Instr->getArg(2)); in lowerIntrinsic() 3344 ID, getConstantMemoryOrder(Instr->getArg(0)))) { in lowerIntrinsic() 3360 Operand *ByteSize = Instr->getArg(0); in lowerIntrinsic() [all …]
|
D | IceTargetLoweringX8632.cpp | 696 ID, getConstantMemoryOrder(Intrin->getArg(1)))) { in doLoadOpt() 699 LoadSrc = formMemoryOperand(Intrin->getArg(0), LoadDest->getType(), in doLoadOpt() 2429 Operand *Arg = Instr->getArg(i); in lowerCall() 3772 ID, getConstantMemoryOrder(Instr->getArg(3)), in lowerIntrinsic() 3773 getConstantMemoryOrder(Instr->getArg(4)))) { in lowerIntrinsic() 3778 Operand *PtrToMem = legalize(Instr->getArg(0)); in lowerIntrinsic() 3779 Operand *Expected = legalize(Instr->getArg(1)); in lowerIntrinsic() 3780 Operand *Desired = legalize(Instr->getArg(2)); in lowerIntrinsic() 3788 ID, getConstantMemoryOrder(Instr->getArg(0)))) { in lowerIntrinsic() 3804 Operand *ByteSize = Instr->getArg(0); in lowerIntrinsic() [all …]
|
D | IceTargetLoweringARM32.cpp | 418 Operand *Arg = legalizeUndef(Call->getArg(i)); in getCallStackArgumentsSizeBytes() 722 Operand *Src0 = Intrinsic->getArg(0); in genTargetHelperCallFor() 744 Call->addArg(Intrinsic->getArg(0)); in genTargetHelperCallFor() 745 Call->addArg(Intrinsic->getArg(1)); in genTargetHelperCallFor() 758 Call->addArg(Intrinsic->getArg(0)); in genTargetHelperCallFor() 759 Call->addArg(Intrinsic->getArg(1)); in genTargetHelperCallFor() 760 Call->addArg(Intrinsic->getArg(2)); in genTargetHelperCallFor() 771 Call->addArg(Intrinsic->getArg(0)); in genTargetHelperCallFor() 772 Call->addArg(Intrinsic->getArg(1)); in genTargetHelperCallFor() 773 Call->addArg(Intrinsic->getArg(2)); in genTargetHelperCallFor() [all …]
|
D | IceTargetLoweringMIPS32.cpp | 234 Operand *Arg = legalizeUndef(Call->getArg(i)); in getCallStackArgumentsSizeBytes() 585 Operand *Src0 = Intrinsic->getArg(0); in genTargetHelperCallFor() 618 ID, getConstantMemoryOrder(Intrinsic->getArg(1)))) { in genTargetHelperCallFor() 622 Operand *Addr = Intrinsic->getArg(0); in genTargetHelperCallFor() 637 Operand *Val = Intrinsic->getArg(0); in genTargetHelperCallFor() 641 ID, getConstantMemoryOrder(Intrinsic->getArg(2)))) { in genTargetHelperCallFor() 645 Operand *Addr = Intrinsic->getArg(1); in genTargetHelperCallFor() 663 ID, getConstantMemoryOrder(Intrinsic->getArg(3)), in genTargetHelperCallFor() 664 getConstantMemoryOrder(Intrinsic->getArg(4)))) { in genTargetHelperCallFor() 668 Operand *Addr = Intrinsic->getArg(0); in genTargetHelperCallFor() [all …]
|
D | IceIntrinsics.cpp | 94 if (Intrinsic->getArg(i - 1)->getType() != Signature[i]) { in validateIntrinsic()
|
D | IceInst.cpp | 772 Str << getArg(I)->getType() << " "; in dump() 773 getArg(I)->dump(Func); in dump()
|
D | IceInst.h | 444 Operand *getArg(SizeT I) const { return getSrc(I + 1); } in getArg() function 629 Operand *getArg(SizeT I) const { return getSrc(I); } in getArg() function
|
D | IceASanInstrumentation.cpp | 359 NewCall->addArg(Instr->getArg(I)); in instrumentCall()
|
D | IceConverter.cpp | 640 << ". Found: " << Intrinsic->getArg(ArgIndex)->getType(); in validateIntrinsic()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLVariableReference.cpp | 100 return irGenerator.getArg(fOffset, fVariable.fName); in constantPropagate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 902 return I->get() == expr_op_begin()->get() && I->getArg(0) == 1 && in isValid() 979 DIExpression::FragmentInfo Info = {I->getArg(1), I->getArg(0)}; in getFragmentInfo() 1168 uint64_t FragmentOffsetInBits = Op.getArg(0); in createFragmentExpression() 1169 uint64_t FragmentSizeInBits = Op.getArg(1); in createFragmentExpression()
|
D | LLVMContextImpl.h | 956 Line(N->getLine()), Type(N->getRawType()), Arg(N->getArg()), 962 Type == RHS->getRawType() && Arg == RHS->getArg() &&
|
D | AsmWriter.cpp | 2117 Printer.printInt("arg", N->getArg()); in writeDILocalVariable() 2151 Out << FS << I->getArg(0); in writeDIExpression() 2152 Out << FS << dwarf::AttributeEncodingString(I->getArg(1)); in writeDIExpression() 2155 Out << FS << I->getArg(A); in writeDIExpression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1465 {ThunkFn->getArg(0), ThunkFn->getArg(1), ThunkFn->getArg(2), in instrumentPersonalityFunctions() 1466 ThunkFn->getArg(3), ThunkFn->getArg(4), in instrumentPersonalityFunctions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | JSONBackend.cpp | 102 arg.push_back(translateInit(*Dag->getArg(i))); in translateInit()
|
D | Record.cpp | 921 Args.push_back(LHSs->getArg(i)); in Fold() 925 Args.push_back(RHSs->getArg(i)); in Fold() 1006 Args.push_back(Dag->getArg(i)); in Fold() 1125 Init *Arg = MHSd->getArg(i); in ForeachDagApply() 1670 R.set(TArgs[i], getArg(i)); in instantiate() 2008 Result += " " + getArg(0)->getAsString(); in getAsString() 2011 Result += ", " + getArg(i)->getAsString(); in getAsString()
|
D | SetTheory.cpp | 165 ST.evaluate(Expr->getArg(i), Args[i], Loc); in apply()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLIRGenerator.h | 58 std::unique_ptr<Expression> getArg(int offset, String name) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Function.h | 724 Argument* getArg(unsigned i) const { in getArg() function
|
D | DebugInfoMetadata.h | 2367 uint64_t getArg(unsigned I) const { return Op[I + 1]; } in getArg() function 2797 getLine(), getType(), getArg(), getFlags(), 2823 unsigned getArg() const { return Arg; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 1239 Init *getArg(unsigned i) const { in getArg() function 1343 Init *getArg(unsigned Num) const { in getArg() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 888 uint32_t Arg = DV->getArg(); in beginFunctionImpl()
|