Searched refs:isPosition (Results 1 – 14 of 14) sorted by relevance
163 bool isPosition = string(input->getVariable()->getName()) == "dEQP_Position"; in init() local175 if (isPosition) in init()
339 if (MI->isPosition() || MI->isImplicitDef() || MI->isCopy()) { in ExpandFPMLxInstructions()
1669 if (MI->isTerminator() || MI->isPosition()) in isSchedulingBoundary()
215 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isPosition() || in findDelayInstr()
337 if (MI->isPosition() || MI->isPHI() || MI->isImplicitDef() || MI->isKill() || in isCSECandidate()
934 if (MI->isTerminator() || MI->isPosition()) in isSchedulingBoundary()
153 while (I != E && (I->isPHI() || I->isPosition() || I->isDebugValue())) in SkipPHIsAndLabels()
1536 if (MI->isPosition() || MI->isPHI()) in runOnMachineFunction()
907 (CanHandleTerminators || (!MI->isTerminator() && !MI->isPosition())) && in buildSchedGraph()
1416 if (isPosition() || isDebugValue() || isTerminator() || in isSafeToMove()
753 bool isPosition() const { return isLabel() || isCFIInstruction(); }
885 Candidate.isPosition() || Candidate.isInlineAsm() || in terminateSearch()
1232 if (MI->getDesc().isTerminator() || MI->isPosition()) in isSchedulingBoundary()3674 if (MI->isDebugValue() || MI->isPosition()) in getSize()
851 if (!MI.isPosition() && !MI.isImplicitDef() && !MI.isKill() && in EmitFunctionBody()