Searched defs:isFixed (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h41 /// isFixed - Whether this is a FixedStackPseudoSourceValue.
42 bool isFixed; member in class:llvm::PseudoSourceValue
44 explicit PseudoSourceValue(bool isFixed = false);
96 return V->isFixed == true;
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp61 PseudoSourceValue::PseudoSourceValue(bool isFixed) : isFixed(isFixed) {} argument
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp104 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon26189::FPS::LiveBundle
512 assert(Bundle.isFixed() && "Reached block before any predecessors");
557 if (Bundle.isFixed()) {
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h276 bool isFixed() const { return type() == Fixed; } function in class:blink::Length
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp555 bool isFixed = MFI->isFixedObjectIndex(FI); local
567 if (isFixed) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h118 void setLayoutSizeFixedToFrameSize(bool isFixed) { m_layoutSizeFixedToFrameSize = isFixed; } argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp1444 bool isFixed = false; local
1445 renderText->absoluteRectsForRange(rects, startOffset, endOffset, useSelectionHeight, &isFixed);
1446 allFixed &= isFixed;
1447 someFixed |= isFixed;
1472 bool isFixed = false; local
1473 renderText->absoluteQuadsForRange(quads, startOffset, endOffset, useSelectionHeight, &isFixed);
1474 allFixed &= isFixed;
1475 someFixed |= isFixed;
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp725 bool isFixed = MFI->isFixedObjectIndex(FI); local
738 if (isFixed) {
753 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 425 milliseconds