Home
last modified time | relevance | path

Searched refs:arg_empty (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVCallLowering.cpp41 if (F.arg_empty()) in lowerFormalArguments()
DRISCVISelLowering.cpp1894 if (!Func.arg_empty()) in LowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp63 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in runOnFunction()
DSIMachineFunctionInfo.cpp59 if (!F.arg_empty()) in SIMachineFunctionInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp52 if (F.arg_empty() || F.use_empty()) return false; // No arguments? Early exit. in PropagateConstantsIntoArguments()
DThinLTOBitcodeWriter.cpp260 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
DWholeProgramDevirt.cpp426 if (!CI || CI->getBitWidth() > 64 || CS.arg_empty()) in findCallSiteInfo()
1429 Target.Fn->arg_empty() || !Target.Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h225 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
625 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca); in hasInAllocaArgument()
DFunction.h740 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
DInstrTypes.h1233 bool arg_empty() const { return arg_end() == arg_begin(); }
1564 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h574 bool arg_empty() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp330 if (F.arg_empty()) in lowerFormalArguments()
DX86FastISel.cpp3167 if (CS->arg_empty() || !CS->paramHasAttr(0, Attribute::StructRet) || in computeBytesPoppedByCalleeForSRet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp426 if (F.arg_empty()) in lowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCallLowering.cpp458 if (F.arg_empty()) in lowerFormalArguments()
DMipsISelLowering.cpp3612 if (Func.hasFnAttribute("interrupt") && !Func.arg_empty()) in LowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1378 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1423 if (F->arg_empty()) { in emitFunctionParamList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp2007 if (!arg_empty()) { in getAsString()