HomeSort by relevance Sort by last modified time
    Searched refs:arg_empty (Results 1 - 25 of 38) sorted by null

1 2

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

Completed in 3802 milliseconds

1 2