Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp114 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; } in getImmCode() function in __anon5fcc75e60311::OperandsSignature::OpKind
125 if (unsigned Code = getImmCode()) in printManglingSuffix()
145 if (Operands[i].isImm() && Operands[i].getImmCode() != 0) in hasAnyImmediateCodes()
167 unsigned Code = Operands[i].getImmCode(); in emitImmediatePredicate()
H A DCodeGenDAGPatterns.h506 std::string Result = getImmCode(); in getImmediatePredicateCode()
603 std::string getImmCode() const;
H A DCodeGenDAGPatterns.cpp1164 std::string TreePredicateFn::getImmCode() const { in getImmCode() function in TreePredicateFn
1323 std::string ImmCode = getImmCode(); in getCodeToRunOnSDNode()