HomeSort by relevance Sort by last modified time
    Searched refs:FunctionIndex (Results 26 - 50 of 75) sorted by null

12 3

  /external/llvm/lib/IR/
Attributes.cpp 821 return pImpl && hasAttributes(FunctionIndex) ?
824 std::make_pair(FunctionIndex,
825 getAttributes(FunctionIndex)))) :
    [all...]
Core.cpp     [all...]
Instructions.cpp 350 if (AttributeList.hasAttribute(AttributeSet::FunctionIndex, A))
353 return F->getAttributes().hasAttribute(AttributeSet::FunctionIndex, A);
578 if (AttributeList.hasAttribute(AttributeSet::FunctionIndex, A))
581 return F->getAttributes().hasAttribute(AttributeSet::FunctionIndex, A);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 704 !F->getAttributes().hasAttribute(llvm::AttributeSet::FunctionIndex,
745 F->addAttributes(llvm::AttributeSet::FunctionIndex,
747 F->getContext(), llvm::AttributeSet::FunctionIndex, B));
    [all...]
CGExprCXX.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
ARMBaseRegisterInfo.cpp 371 F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 603 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
738 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex))
    [all...]
FunctionAttrs.cpp 281 F->removeAttributes(AttributeSet::FunctionIndex,
283 AttributeSet::FunctionIndex, B));
286 F->addAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 904 AttributeSet::FunctionIndex, Attribute::MinSize);
AArch64FrameLowering.cpp 68 AttributeSet::FunctionIndex, Attribute::NoRedZone))
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 112 .addAttributes(NewFunc->getContext(), AttributeSet::FunctionIndex,
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 711 !F.getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 294 hasAttribute(AttributeSet::FunctionIndex, Attribute::SanitizeThread))
341 hasAttribute(AttributeSet::FunctionIndex, Attribute::SanitizeAddress))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 775 hasAttribute(AttributeSet::FunctionIndex, Attribute::Naked)) {
874 F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
PPCFrameLowering.cpp 383 hasAttribute(AttributeSet::FunctionIndex, Attribute::NoRedZone);
447 AttributeSet::FunctionIndex, Attribute::Naked))
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 533 AttributeSet::FunctionIndex, Attribute::SanitizeMemory);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
TailDuplication.cpp 563 hasAttribute(AttributeSet::FunctionIndex, Attribute::OptimizeForSize))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 358 getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 447 F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 647 F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 513 Call->setAttributes(AttributeSet::get(C, AttributeSet::FunctionIndex, AB));

Completed in 1329 milliseconds

12 3