Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp119 unsigned getImmCode() const { in getImmCode() function in __anon3cd78fb00311::OperandsSignature::OpKind
133 if (unsigned Code = getImmCode()) in printManglingSuffix()
152 return Kind.isImm() && Kind.getImmCode() != 0; in hasAnyImmediateCodes()
174 unsigned Code = Opnd.getImmCode(); in emitImmediatePredicate()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h497 std::string Result = getImmCode(); in getImmediatePredicateCode()
602 std::string getImmCode() const;
H A DCodeGenDAGPatterns.cpp1171 std::string TreePredicateFn::getImmCode() const { in getImmCode() function in TreePredicateFn
1350 std::string ImmCode = getImmCode(); in getCodeToRunOnSDNode()