Home
last modified time | relevance | path

Searched defs:NumArgs (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp301 unsigned NumArgs = MI->getNumOperands(); in tryReplaceLoad() local
364 unsigned NumArgs = MI->getNumOperands(); in tryReplaceExtend() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp81 uint32_t NumArgs = SigArguments->getChildCount(); in isCVarArgs() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp76 if (unsigned NumArgs = Op.NumArguments()) { in PrintExpression() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h131 LLVMValueRef *Args, unsigned NumArgs, in LLVMBuildCall2()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp437 constexpr SizeT NumArgs = 2; in instrumentAccess() local
475 constexpr SizeT NumArgs = 3; in instrumentStart() local
DIceInst.h455 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall()
623 static InstIntrinsic *create(Cfg *Func, SizeT NumArgs, Variable *Dest, in create()
642 InstIntrinsic(Cfg *Func, SizeT NumArgs, Variable *Dest, in InstIntrinsic()
DWasmTranslator.cpp1063 const auto NumArgs = Sig->parameter_count(); in CallDirect() local
1096 const auto NumArgs = Sig->parameter_count(); in CallImport() local
DIceConverter.cpp556 unsigned NumArgs = Instr->getNumArgOperands(); in convertCallInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp868 unsigned NumArgs, const Value *Callee, in lowerCallOperands()
920 unsigned NumArgs = NumArgsVal->getZExtValue(); in selectPatchpoint() local
1097 unsigned NumArgs) { in lowerCallTo()
1106 unsigned NumArgs) { in lowerCallTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp88 unsigned NumArgs = Ins.size(); in AnalyzeFormalArguments() local
DTargetLoweringBase.cpp1885 unsigned NumArgs = OverrideVector.size(); in getOpEnabled() local
1945 unsigned NumArgs = OverrideVector.size(); in getOpRefinementSteps() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp195 const unsigned NumArgs = F->arg_size(); in ffiInvoke() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp190 unsigned NumArgs = Args.size(); in handleAssignments() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp240 unsigned NumArgs, in LLVMRunFunction()
DExecutionEngine.cpp434 unsigned NumArgs = Fn->getFunctionType()->getNumParams(); in runFunctionAsMain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h74 size_t NumArgs; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp164 unsigned NumArgs = Params.size(); in DeleteDeadVarargs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1213 unsigned NumArgs; variable
1308 unsigned NumArgs; variable
1311 DagInit(Init *V, StringInit *VN, unsigned NumArgs, unsigned NumArgNames) in DagInit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h130 unsigned getCallCost(FunctionType *FTy, int NumArgs, const User *U) { in getCallCost()
715 unsigned getCallCost(const Function *F, int NumArgs, const User *U) { in getCallCost()
DTargetTransformInfo.h1423 int getCallCost(FunctionType *FTy, int NumArgs, const User *U) override { in getCallCost()
1426 int getCallCost(const Function *F, int NumArgs, const User *U) override { in getCallCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp73 unsigned NumArgs; member in __anon7f1558df0111::UnmangledFuncInfo
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_cl_enums.json222 "NumArgs": "CL_KERNEL_NUM_ARGS", string
DPackedCLEnums_autogen.h288 NumArgs = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp528 unsigned NumArgs = CI.getNumArgOperands(); in splitCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3109 LLVMValueRef *Args, unsigned NumArgs, in LLVMBuildInvoke()
3122 LLVMValueRef *Args, unsigned NumArgs, in LLVMBuildInvoke2()
3143 LLVMValueRef *Args, unsigned NumArgs, in LLVMBuildCatchPad()
3151 LLVMValueRef *Args, unsigned NumArgs, in LLVMBuildCleanupPad()
3840 LLVMValueRef *Args, unsigned NumArgs, in LLVMBuildCall()
3851 LLVMValueRef *Args, unsigned NumArgs, in LLVMBuildCall2()

12