Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:QueryType

380   enum QueryType {
391 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
404 bool isVariadic(QueryType Type = IgnoreBundle) const {
410 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
416 bool isPseudo(QueryType Type = IgnoreBundle) const {
420 bool isReturn(QueryType Type = AnyInBundle) const {
424 bool isCall(QueryType Type = AnyInBundle) const {
431 bool isBarrier(QueryType Type = AnyInBundle) const {
440 bool isTerminator(QueryType Type = AnyInBundle) const {
448 bool isBranch(QueryType Type = AnyInBundle) const {
454 bool isIndirectBranch(QueryType Type = AnyInBundle) const {
462 bool isConditionalBranch(QueryType Type = AnyInBundle) const {
470 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const {
478 bool isPredicable(QueryType Type = AllInBundle) const {
485 bool isCompare(QueryType Type = IgnoreBundle) const {
491 bool isMoveImmediate(QueryType Type = IgnoreBundle) const {
496 bool isBitcast(QueryType Type = IgnoreBundle) const {
501 bool isSelect(QueryType Type = IgnoreBundle) const {
508 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
515 bool isConvergent(QueryType Type = AnyInBundle) const {
526 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
538 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
552 bool isRegSequenceLike(QueryType Type = IgnoreBundle) const {
567 bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
581 bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
592 bool mayLoad(QueryType Type = AnyInBundle) const {
605 bool mayStore(QueryType Type = AnyInBundle) const {
615 bool mayLoadOrStore(QueryType Type = AnyInBundle) const {
633 bool isCommutable(QueryType Type = IgnoreBundle) const {
651 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {
663 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
671 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
679 bool isRematerializable(QueryType Type = AllInBundle) const {
691 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
702 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
712 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
1280 bool hasPropertyInBundle(unsigned Mask, QueryType Type) const;