HomeSort by relevance Sort by last modified time
    Searched refs:getImmCode (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 261 bool isImmediatePattern() const { return !getImmCode().empty(); }
267 std::string Result = getImmCode();
291 std::string getImmCode() const;
FastISelEmitter.cpp 98 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; }
109 if (unsigned Code = getImmCode())
129 if (Operands[i].isImm() && Operands[i].getImmCode() != 0)
151 unsigned Code = Operands[i].getImmCode();
CodeGenDAGPatterns.cpp 664 assert((getPredCode().empty() || getImmCode().empty()) &&
672 std::string TreePredicateFn::getImmCode() const {
679 return getPredCode().empty() && getImmCode().empty();
694 std::string ImmCode = getImmCode();
    [all...]

Completed in 316 milliseconds