/external/llvm/unittests/IR/ |
D | FunctionTest.cpp | 28 EXPECT_FALSE(F->arg_empty()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | FunctionTest.cpp | 29 EXPECT_FALSE(F->arg_empty()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallSite.h | 218 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function 616 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca); in hasInAllocaArgument()
|
D | Function.h | 685 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
|
/external/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 52 if (F.arg_empty() || F.use_empty()) return false; // No arguments? Early exit. in PropagateConstantsIntoArguments()
|
D | WholeProgramDevirt.cpp | 513 if (!Target.Fn->doesNotAccessMemory() || Target.Fn->arg_empty() || in tryVirtualConstProp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 65 if (CC != CallingConv::AMDGPU_KERNEL || F.arg_empty()) in runOnFunction()
|
D | SIMachineFunctionInfo.cpp | 60 if (!F.arg_empty()) in SIMachineFunctionInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 52 if (F.arg_empty() || F.use_empty()) return false; // No arguments? Early exit. in PropagateConstantsIntoArguments()
|
D | ThinLTOBitcodeWriter.cpp | 250 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
|
D | WholeProgramDevirt.cpp | 388 if (!CI || CI->getBitWidth() > 64 || CS.arg_empty()) in findCallSiteInfo() 1204 Target.Fn->arg_empty() || !Target.Fn->arg_begin()->use_empty() || in tryVirtualConstProp()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 81 if (F.arg_empty() || F.use_empty()) return false; // No arguments? Early exit. in PropagateConstantsIntoArguments()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 145 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 389 bool arg_empty() const;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Function.cpp | 214 bool Function::arg_empty() const { in arg_empty() function in Function
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 176 bool arg_empty() const { return NumArguments == 0; } in arg_empty() function
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 547 bool arg_empty() const;
|
D | CallSite.h | 190 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 574 bool arg_empty() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 319 if (F.arg_empty()) in lowerFormalArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsCallLowering.cpp | 242 if (F.arg_empty()) in lowerFormalArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCallLowering.cpp | 427 if (F.arg_empty()) in lowerFormalArguments()
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 41 if (!MI.arg_empty()) { in PrintMacroDefinition()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 331 bool Function::arg_empty() const { in arg_empty() function in Function
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 2137 if (!F->arg_empty()) { in printFunctionSignature() 3039 if (I.getParent()->getParent()->arg_empty()) in visitBuiltinCall()
|