Home
last modified time | relevance | path

Searched refs:getArg (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp284 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 …]
DDebugHandlerBase.cpp47 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()
DDwarfFile.cpp107 if (unsigned ArgNum = DV->getArg()) { in addScopeVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp706 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 …]
DIceTargetLoweringX8632.cpp696 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 …]
DIceTargetLoweringARM32.cpp418 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 …]
DIceTargetLoweringMIPS32.cpp234 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 …]
DIceIntrinsics.cpp94 if (Intrinsic->getArg(i - 1)->getType() != Signature[i]) { in validateIntrinsic()
DIceInst.cpp772 Str << getArg(I)->getType() << " "; in dump()
773 getArg(I)->dump(Func); in dump()
DIceInst.h444 Operand *getArg(SizeT I) const { return getSrc(I + 1); } in getArg() function
629 Operand *getArg(SizeT I) const { return getSrc(I); } in getArg() function
DIceASanInstrumentation.cpp359 NewCall->addArg(Instr->getArg(I)); in instrumentCall()
DIceConverter.cpp640 << ". Found: " << Intrinsic->getArg(ArgIndex)->getType(); in validateIntrinsic()
/third_party/flutter/skia/src/sksl/ir/
DSkSLVariableReference.cpp100 return irGenerator.getArg(fOffset, fVariable.fName); in constantPropagate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp902 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()
DLLVMContextImpl.h956 Line(N->getLine()), Type(N->getRawType()), Arg(N->getArg()),
962 Type == RHS->getRawType() && Arg == RHS->getArg() &&
DAsmWriter.cpp2117 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/
DHWAddressSanitizer.cpp1465 {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/
DJSONBackend.cpp102 arg.push_back(translateInit(*Dag->getArg(i))); in translateInit()
DRecord.cpp921 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()
DSetTheory.cpp165 ST.evaluate(Expr->getArg(i), Args[i], Loc); in apply()
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.h58 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/
DFunction.h724 Argument* getArg(unsigned i) const { in getArg() function
DDebugInfoMetadata.h2367 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/
DRecord.h1239 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/
DBTFDebug.cpp888 uint32_t Arg = DV->getArg(); in beginFunctionImpl()

12