Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:QueryType

393   enum QueryType {
404 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
417 bool isVariadic(QueryType Type = IgnoreBundle) const {
423 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
429 bool isPseudo(QueryType Type = IgnoreBundle) const {
433 bool isReturn(QueryType Type = AnyInBundle) const {
437 bool isCall(QueryType Type = AnyInBundle) const {
444 bool isBarrier(QueryType Type = AnyInBundle) const {
453 bool isTerminator(QueryType Type = AnyInBundle) const {
461 bool isBranch(QueryType Type = AnyInBundle) const {
467 bool isIndirectBranch(QueryType Type = AnyInBundle) const {
475 bool isConditionalBranch(QueryType Type = AnyInBundle) const {
483 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const {
491 bool isPredicable(QueryType Type = AllInBundle) const {
498 bool isCompare(QueryType Type = IgnoreBundle) const {
504 bool isMoveImmediate(QueryType Type = IgnoreBundle) const {
509 bool isBitcast(QueryType Type = IgnoreBundle) const {
514 bool isSelect(QueryType Type = IgnoreBundle) const {
521 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
528 bool isConvergent(QueryType Type = AnyInBundle) const {
539 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
551 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
565 bool isRegSequenceLike(QueryType Type = IgnoreBundle) const {
580 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
594 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
605 bool mayLoad(QueryType Type = AnyInBundle) const {
618 bool mayStore(QueryType Type = AnyInBundle) const {
628 bool mayLoadOrStore(QueryType Type = AnyInBundle) const {
646 bool isCommutable(QueryType Type = IgnoreBundle) const {
664 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {
676 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
684 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
692 bool isRematerializable(QueryType Type = AllInBundle) const {
704 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
715 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
725 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
1268 bool hasPropertyInBundle(unsigned Mask, QueryType Type) const;