HomeSort by relevance Sort by last modified time
    Searched defs:FnAttrs (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 98 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
99 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
101 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 94 const AttributeSet &FnAttrs = MF.getFunction()->getAttributes();
95 if (FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
97 FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
X86Subtarget.cpp 330 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
331 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
333 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/IR/
AsmWriter.cpp 513 AttributeSet FnAttrs = I->getAttributes().getFnAttributes();
514 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex))
515 CreateAttributeSetSlot(FnAttrs);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 730 milliseconds