Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDFastISelEmitter.cpp122 unsigned getImmCode() const { in getImmCode() function in __anon1277beca0311::OperandsSignature::OpKind
136 if (unsigned Code = getImmCode()) in printManglingSuffix()
155 if (Operands[i].isImm() && Operands[i].getImmCode() != 0) in hasAnyImmediateCodes()
178 unsigned Code = Operands[i].getImmCode(); in emitImmediatePredicate()
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenDAGPatterns.h503 std::string Result = getImmCode(); in getImmediatePredicateCode()
603 std::string getImmCode() const;
HDCodeGenDAGPatterns.cpp1161 std::string TreePredicateFn::getImmCode() const { in getImmCode() function in TreePredicateFn
1327 std::string ImmCode = getImmCode(); in getCodeToRunOnSDNode()