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

1 2

  /external/llvm/lib/Analysis/
CostModel.cpp 218 for (unsigned J = 0, JE = II->getNumArgOperands(); J != JE; ++J)
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 271 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i)
276 for (unsigned i = 0, e = II->getNumArgOperands(); i != e; ++i)
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 393 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) {
420 unsigned N = I.getNumArgOperands();
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 245 assert(I->getNumArgOperands() == 2 &&
307 if (local_cdep->getNumArgOperands() != C->getNumArgOperands()) {
312 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) {
362 if (cdep->getNumArgOperands() != C->getNumArgOperands()) {
366 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) {
    [all...]
TailRecursionElimination.cpp 557 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i)
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 313 assert(CI->getNumArgOperands() == 1 &&
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc 649 unsigned num_args = inst.getNumArgOperands();
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 552 if (CI->getNumArgOperands() != 1 ||
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 645 unsigned AlignArg = II->getNumArgOperands() - 1;
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 83 unsigned N = EHSel->getNumArgOperands();
    [all...]

Completed in 125 milliseconds

1 2