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

  /external/llvm/lib/TableGen/
Record.cpp 85 IntRecTy IntRecTy::Shared;
225 Init *IntRecTy::convertValue(BitInit *BI) {
229 Init *IntRecTy::convertValue(BitsInit *BI) {
240 Init *IntRecTy::convertValue(TypedInit *TI) {
246 bool IntRecTy::baseClassOf(const RecTy *RHS) const{
951 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()));
953 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get()));
973 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()));
975 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get()))
    [all...]
TGParser.cpp 686 case tgtok::Int: Lex.Lex(); return IntRecTy::get();
824 Type = IntRecTy::get();
921 case tgtok::XADD: Code = BinOpInit::ADD; Type = IntRecTy::get(); break;
922 case tgtok::XAND: Code = BinOpInit::AND; Type = IntRecTy::get(); break;
923 case tgtok::XSRA: Code = BinOpInit::SRA; Type = IntRecTy::get(); break;
924 case tgtok::XSRL: Code = BinOpInit::SRL; Type = IntRecTy::get(); break;
925 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break;
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 34 class IntRecTy;
216 /// IntRecTy - 'int' - Represent an integer value of no particular size
218 class IntRecTy : public RecTy {
219 static IntRecTy Shared;
220 IntRecTy() : RecTy(IntRecTyKind) {}
227 static IntRecTy *get() { return &Shared; }
714 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {}
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 533 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get()));
CodeGenDAGPatterns.cpp     [all...]

Completed in 570 milliseconds