Lines Matching refs:QueryType

359   enum QueryType {
370 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
383 bool isVariadic(QueryType Type = IgnoreBundle) const {
389 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
396 bool isPseudo(QueryType Type = IgnoreBundle) const {
400 bool isReturn(QueryType Type = AnyInBundle) const {
404 bool isCall(QueryType Type = AnyInBundle) const {
411 bool isBarrier(QueryType Type = AnyInBundle) const {
421 bool isTerminator(QueryType Type = AnyInBundle) const {
429 bool isBranch(QueryType Type = AnyInBundle) const {
435 bool isIndirectBranch(QueryType Type = AnyInBundle) const {
443 bool isConditionalBranch(QueryType Type = AnyInBundle) const {
451 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const {
459 bool isPredicable(QueryType Type = AllInBundle) const {
466 bool isCompare(QueryType Type = IgnoreBundle) const {
472 bool isMoveImmediate(QueryType Type = IgnoreBundle) const {
478 bool isBitcast(QueryType Type = IgnoreBundle) const {
484 bool isSelect(QueryType Type = IgnoreBundle) const {
491 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
497 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
509 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
520 bool mayLoad(QueryType Type = AnyInBundle) const {
534 bool mayStore(QueryType Type = AnyInBundle) const {
557 bool isCommutable(QueryType Type = IgnoreBundle) const {
575 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {
587 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
595 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
603 bool isRematerializable(QueryType Type = AllInBundle) const {
615 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
626 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
636 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
1134 bool hasPropertyInBundle(unsigned Mask, QueryType Type) const;