Home
last modified time | relevance | path

Searched refs:getImmCode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFastISelEmitter.cpp110 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; } in getImmCode() function in __anon2f99e1bb0311::OperandsSignature::OpKind
121 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()
H A DCodeGenDAGPatterns.h508 std::string Result = getImmCode(); in getImmediatePredicateCode()
602 std::string getImmCode() const;
H A DCodeGenDAGPatterns.cpp1131 std::string TreePredicateFn::getImmCode() const { in getImmCode() function in TreePredicateFn
1287 std::string ImmCode = getImmCode(); in getCodeToRunOnSDNode()