Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:QueryType

399   enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const {
473 bool isIndirectBranch(QueryType Type = AnyInBundle) const {
481 bool isConditionalBranch(QueryType Type = AnyInBundle) const {
489 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const {
497 bool isPredicable(QueryType Type = AllInBundle) const {
504 bool isCompare(QueryType Type = IgnoreBundle) const {
510 bool isMoveImmediate(QueryType Type = IgnoreBundle) const {
515 bool isBitcast(QueryType Type = IgnoreBundle) const {
520 bool isSelect(QueryType Type = IgnoreBundle) const {
527 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
534 bool isConvergent(QueryType Type = AnyInBundle) const {
545 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
557 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
571 bool isRegSequenceLike(QueryType Type = IgnoreBundle) const {
586 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
600 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
611 bool mayLoad(QueryType Type = AnyInBundle) const {
624 bool mayStore(QueryType Type = AnyInBundle) const {
634 bool mayLoadOrStore(QueryType Type = AnyInBundle) const {
652 bool isCommutable(QueryType Type = IgnoreBundle) const {
670 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {
682 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
690 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
698 bool isRematerializable(QueryType Type = AllInBundle) const {
710 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
721 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
731 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
1320 bool hasPropertyInBundle(unsigned Mask, QueryType Type) const;