Searched refs:getImmCode (Results 1 – 9 of 9) sorted by relevance
94 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; } in getImmCode() function in __anonc8589b870111::OperandsSignature::OpKind105 if (unsigned Code = getImmCode()) in printManglingSuffix()125 if (Operands[i].isImm() && Operands[i].getImmCode() != 0) in hasAnyImmediateCodes()147 unsigned Code = Operands[i].getImmCode(); in emitImmediatePredicate()
260 bool isImmediatePattern() const { return !getImmCode().empty(); } in isImmediatePattern()266 std::string Result = getImmCode(); in getImmediatePredicateCode()290 std::string getImmCode() const;
627 assert((getPredCode().empty() || getImmCode().empty()) && in TreePredicateFn()635 std::string TreePredicateFn::getImmCode() const { in getImmCode() function in TreePredicateFn642 return getPredCode().empty() && getImmCode().empty(); in isAlwaysTrue()657 std::string ImmCode = getImmCode(); in getCodeToRunOnSDNode()
100 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; } in getImmCode() function in __anon817e0e5b0311::OperandsSignature::OpKind111 if (unsigned Code = getImmCode()) in printManglingSuffix()131 if (Operands[i].isImm() && Operands[i].getImmCode() != 0) in hasAnyImmediateCodes()153 unsigned Code = Operands[i].getImmCode(); in emitImmediatePredicate()
285 bool isImmediatePattern() const { return !getImmCode().empty(); } in isImmediatePattern()291 std::string Result = getImmCode(); in getImmediatePredicateCode()315 std::string getImmCode() const;
752 assert((getPredCode().empty() || getImmCode().empty()) && in TreePredicateFn()760 std::string TreePredicateFn::getImmCode() const { in getImmCode() function in TreePredicateFn767 return getPredCode().empty() && getImmCode().empty(); in isAlwaysTrue()782 std::string ImmCode = getImmCode(); in getCodeToRunOnSDNode()
110 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; } in getImmCode() function in __anone2c787b30311::OperandsSignature::OpKind121 if (unsigned Code = getImmCode()) in printManglingSuffix()141 if (Operands[i].isImm() && Operands[i].getImmCode() != 0) in hasAnyImmediateCodes()163 unsigned Code = Operands[i].getImmCode(); in emitImmediatePredicate()
478 std::string Result = getImmCode(); in getImmediatePredicateCode()566 std::string getImmCode() const;
1043 std::string TreePredicateFn::getImmCode() const { in getImmCode() function in TreePredicateFn1179 std::string ImmCode = getImmCode(); in getCodeToRunOnSDNode()