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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 118 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
119 ChangeToMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
121 ChangeToNoMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 54 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
55 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
57 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 120 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
121 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
123 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 367 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
368 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
370 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 487 AttributeSet FnAttrs = I->getAttributes().getFnAttributes();
488 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex))
489 CreateAttributeSetSlot(FnAttrs);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 114 milliseconds