Searched refs:getImmCode (Results 1 – 3 of 3) sorted by relevance
111 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; } in getImmCode() function in __anond0ef0c150311::OperandsSignature::OpKind122 if (unsigned Code = getImmCode()) in printManglingSuffix()142 if (Operands[i].isImm() && Operands[i].getImmCode() != 0) in hasAnyImmediateCodes()164 unsigned Code = Operands[i].getImmCode(); in emitImmediatePredicate()
503 std::string Result = getImmCode(); in getImmediatePredicateCode()594 std::string getImmCode() const;
1064 std::string TreePredicateFn::getImmCode() const { in getImmCode() function in TreePredicateFn1203 std::string ImmCode = getImmCode(); in getCodeToRunOnSDNode()