HomeSort by relevance Sort by last modified time
    Searched refs:getNumSlots (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/IR/
Attributes.h 338 return getNumSlots() == 0;
344 unsigned getNumSlots() const;
  /external/llvm/lib/IR/
Function.cpp 129 assert(AS.getNumSlots() <= 1 &&
139 assert(AS.getNumSlots() <= 1 &&
Attributes.cpp 881 unsigned AttributeSet::getNumSlots() const {
905 for (unsigned i = 0, e = getNumSlots(); i < e; ++i) {
986 for (unsigned I = 0, E = A.getNumSlots(); I != E; ++I)
    [all...]
Verifier.cpp 723 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) {
805 if (Attrs.getNumSlots() == 0)
808 unsigned LastSlot = Attrs.getNumSlots() - 1;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 433 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
BitcodeWriter.cpp 174 for (unsigned i = 0, e = AS.getNumSlots(); i != e; ++i) {
222 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i)
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 98 if (attrs.getNumSlots() > 0)
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 445 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
BitcodeWriter.cpp 145 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i)
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 445 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
BitcodeWriter.cpp 168 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i)
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 435 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
BitcodeWriter.cpp 177 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 275 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 475 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 193 milliseconds