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

1 2 3 4

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 56 for (unsigned i = 0, e = CS.getNumArgOperands(); i < e; ++i)
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 105 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) {
  /external/llvm/include/llvm/IR/
CallSite.h 268 unsigned getNumArgOperands() const {
269 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 290 unsigned getNumArgOperands() const {
291 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 290 unsigned getNumArgOperands() const {
291 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 290 unsigned getNumArgOperands() const {
291 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 290 unsigned getNumArgOperands() const {
291 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 290 unsigned getNumArgOperands() const {
291 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 290 unsigned getNumArgOperands() const {
291 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 290 unsigned getNumArgOperands() const {
291 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 290 unsigned getNumArgOperands() const {
291 CALLSITE_DELEGATE_GETTER(getNumArgOperands());
  /external/llvm/unittests/IR/
InstructionsTest.cpp 542 EXPECT_EQ(Call->getNumArgOperands(), Clone->getNumArgOperands());
573 EXPECT_EQ(Invoke->getNumArgOperands(), Clone->getNumArgOperands());
  /frameworks/compile/libbcc/lib/
RSInvokeHelperPass.cpp 199 for (unsigned int i = 0; i < call->getNumArgOperands(); i++) {
  /frameworks/rs/rsov/compiler/
RSAllocationUtils.cpp 116 assert(FCall->getNumArgOperands() > 0);
  /external/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 270 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i)
275 for (unsigned i = 0, e = II->getNumArgOperands(); i != e; ++i)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp 137 unsigned ArgIdx = II->getNumArgOperands() - 1;
190 unsigned OpIdx = Sel->getNumArgOperands() - 1;
  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.cpp 116 for (unsigned AI = 0, AE = CI->getNumArgOperands(); AI != AE; ++AI) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 491 if (selector->getNumArgOperands() != 3) return false;
538 for (unsigned i = 0, e = Inner->getNumArgOperands(); i != e; ++i)
540 for (unsigned i = 2, e = Outer->getNumArgOperands(); i != e; ++i)
    [all...]

Completed in 2958 milliseconds

1 2 3 4