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 260 bool isImmediatePattern() const { return !getImmCode().empty(); }
266 std::string Result = getImmCode();
290 std::string getImmCode() const;
FastISelEmitter.cpp 94 unsigned getImmCode() const { assert(isImm()); return Repr-OK_Imm; }
105 if (unsigned Code = getImmCode())
125 if (Operands[i].isImm() && Operands[i].getImmCode() != 0)
147 unsigned Code = Operands[i].getImmCode();
CodeGenDAGPatterns.cpp 627 assert((getPredCode().empty() || getImmCode().empty()) &&
635 std::string TreePredicateFn::getImmCode() const {
642 return getPredCode().empty() && getImmCode().empty();
657 std::string ImmCode = getImmCode();
    [all...]

Completed in 288 milliseconds