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

  /external/llvm/utils/TableGen/
InstrInfoEmitter.h 26 class IntInit;
SetTheory.cpp 75 IntInit *II = dynamic_cast<IntInit*>(Expr->arg_begin()[1]);
173 if (IntInit *II = dynamic_cast<IntInit*>(Expr->arg_begin()[1]))
180 if (IntInit *II = dynamic_cast<IntInit*>(Expr->arg_begin()[2]))
PseudoLoweringEmitter.cpp 57 } else if (IntInit *II = dynamic_cast<IntInit*>(Dag->getArg(i))) {
DAGISelMatcherGen.cpp 206 if (IntInit *II = dynamic_cast<IntInit*>(N->getLeafValue())) {
286 if (IntInit *II = dynamic_cast<IntInit*>(N->getChild(1)->getLeafValue())) {
575 if (IntInit *II = dynamic_cast<IntInit*>(N->getLeafValue())) {
    [all...]
CodeGenInstruction.cpp 484 if (IntInit *II = dynamic_cast<IntInit*>(Arg)) {
CodeGenDAGPatterns.cpp 698 if (P->isLeaf() && dynamic_cast<IntInit*>(P->getLeafValue()))
722 if (dynamic_cast<IntInit*>(Child->getLeafValue()))
    [all...]
CodeGenRegisters.cpp 430 RV.setValue(IntInit::get(CostPerUse));
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 107 Init *BitRecTy::convertValue(IntInit *II) {
159 Init *BitsRecTy::convertValue(IntInit *II) {
199 IntInit *MHSi = dynamic_cast<IntInit*>(MHS);
200 IntInit *RHSi = dynamic_cast<IntInit*>(RHS);
212 IntInit::get((MHSVal & (1LL << i)) ? 1 : 0),
213 IntInit::get((RHSVal & (1LL << i)) ? 1 : 0),
241 return IntInit::get(BI->getValue());
252 return IntInit::get(Result)
    [all...]
TGParser.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 44 class IntInit;
90 virtual Init *convertValue( IntInit *II) { return 0; }
142 virtual Init *convertValue( IntInit *II);
185 virtual Init *convertValue( IntInit *II);
227 virtual Init *convertValue( IntInit *II) { return (Init*)II; }
267 virtual Init *convertValue( IntInit *II) { return 0; }
312 virtual Init *convertValue( IntInit *II) { return 0; }
353 virtual Init *convertValue( IntInit *II) { return 0; }
397 virtual Init *convertValue( IntInit *II) { return 0; }
646 /// IntInit - 7 - Represent an initalization by a literal integer value
    [all...]

Completed in 110 milliseconds