Searched refs:arg_size (Results 1 - 25 of 160) sorted by relevance

1234567

/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dsom.h141 int arg_size = \
146 if (arg_size > 2 \
148 arg_size = 1; \
149 if (arg_size == 2 && i <= 2) \
155 else if (arg_size == 1) \
158 i += arg_size; \
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DAbstractCallSite.cpp49 if (CBCalleeIdx < CB.arg_size())
123 unsigned NumCallOperands = CB->arg_size();
151 for (unsigned u = Callee->arg_size(); u < NumCallOperands; u++)
H A DStructuralHash.cpp37 update(F.arg_size());
H A DAutoUpgrade.cpp541 if (Name.startswith("xop.vfrcz.ss") && F->arg_size() == 2) {
547 if (Name.startswith("xop.vfrcz.sd") && F->arg_size() == 2) {
727 if (F->arg_size() != 2)
829 if (Name.startswith("ctlz.") && F->arg_size() == 1) {
835 if (Name.startswith("cttz.") && F->arg_size() == 1) {
844 if (Name == "dbg.value" && F->arg_size() == 4) {
1010 if (Name.startswith("memcpy.") && F->arg_size() == 5) {
1018 if (Name.startswith("memmove.") && F->arg_size() == 5) {
1026 if (Name.startswith("memset.") && F->arg_size() == 5) {
1050 if (IID != Intrinsic::not_intrinsic && F->arg_size()
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp96 unsigned StackArity = MD.getFunction().arg_size() > RegisteredArgs
97 ? MD.getFunction().arg_size() - RegisteredArgs
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dsom.h181 int arg_size = \
186 if (arg_size > 2 \
188 arg_size = 1; \
189 if (arg_size == 2 && i <= 2) \
195 else if (arg_size == 1) \
198 i += arg_size; \
/openbsd-current/usr.bin/rdist/
H A Ddistopt.c49 size_t arg_size; member in struct:distoptinfo
116 &optstr[len + 1], distopt->arg_size);
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp59 for (unsigned I = 0, E = CB.arg_size(); I < E; ++I)
/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsToArgs.cpp69 SmallVector<Value *> Args(NewF->arg_size(), nullptr);
72 for (auto ArgIdx : llvm::seq<size_t>(OldF->arg_size(), NewF->arg_size())) {
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp49 if (Expr->arg_size() < 2)
65 if (Expr->arg_size() != 2)
84 if (Expr->arg_size() != 2)
180 if (Expr->arg_size() > 4)
183 else if (Expr->arg_size() == 4) {
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsOs16.cpp59 if (F.arg_size() >=1) {
H A DMips16HardFloat.cpp108 switch (F.arg_size()) {
158 if (F.arg_size() >=1) {
H A DMipsCCState.cpp196 assert(Ins[i].getOrigArgIndex() < MF.getFunction().arg_size());
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DAbstractCallSite.h156 return CB->arg_size();
H A DInstrTypes.h1349 unsigned arg_size() const { return arg_end() - arg_begin(); } function in class:llvm::CmpInst::CallBase
1352 assert(i < arg_size() && "Out of bounds!");
1357 assert(i < arg_size() && "Out of bounds!");
1363 assert(i < arg_size() && "Out of bounds!");
1367 assert(i < arg_size() && "Out of bounds!");
1537 assert(ArgNo < arg_size() && "Out of bounds");
1543 assert(ArgNo < arg_size() && "Out of bounds");
1579 assert(ArgNo < arg_size() && "Out of bounds");
1585 assert(ArgNo < arg_size() && "Out of bounds");
1642 assert(ArgNo < arg_size()
[all...]
H A DStatepoint.h132 assert(CallArgsBeginPos <= (int)arg_size());
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ReturnProtectorLowering.cpp100 switch (F.arg_size()) {
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp115 for (size_t Idx = 0, End = F.arg_size(); Idx < End; ++Idx)
166 for (size_t Idx = 0, End = CB->arg_size(); Idx < End; ++Idx)
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp173 unsigned NumOps = CI->arg_size();
211 Sizes << CI->arg_size() - 1;
214 ArgCount < CI->arg_size() && ArgCount <= OpConvSpecifiers.size();
367 ArgCount < CI->arg_size() && ArgCount <= OpConvSpecifiers.size();
451 if (I + 1 == E && ArgCount + 1 == CI->arg_size())
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp97 VFABI::mangleTLIVectorName(TLIName, ScalarName, CI.arg_size(), VF);
H A DCtorUtils.cpp105 if (!F || F->arg_size() != 0)
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp352 if (L.arg_size() != R.arg_size()) {
356 for (unsigned I = 0, E = L.arg_size(); I != E; ++I)
778 if (L->arg_size() != R->arg_size())
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.c91 int arg_size; /* Stdarg spills (bytes). */ member in struct:mcore_frame
1664 infp->arg_size = nbytes;
1694 regarg = infp->reg_size + infp->arg_size;
1824 infp->growth[growths++] = infp->arg_size + infp->reg_size + infp->pad_reg;
1922 space_allocated = fi.arg_size + fi.reg_size + fi.local_size +
1955 fi.arg_size, fi.reg_size, fi.reg_mask,
1969 if (fi.arg_size != 0 && current_function_pretend_args_size == 0)
1973 int remaining = fi.arg_size;
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp136 size_t arg_size = sizeof(uint32_t); local
142 if (read != arg_size || !err.Success()) {
160 static const std::array<size_t, 5> arg_size{{
184 sp_offset += arg_size[arg_list[i].type];
204 const size_t size = arg_size[arg_list[i].type];
248 const size_t arg_size = sizeof(uint32_t); local
253 ctx.process->ReadMemory(sp, &arg.value, arg_size, err);
254 success = (err.Success() && bytes_read == arg_size);
326 const size_t arg_size = sizeof(uint32_t); local
329 ctx.process->ReadMemory(sp, &arg.value, arg_size, er
371 const size_t arg_size = sizeof(uint64_t); local
[all...]
H A DRenderScriptx86ABIFixups.cpp67 for (unsigned i = 0; i < call_inst->arg_size(); ++i) {

Completed in 412 milliseconds

1234567