Searched refs:getValueAsBitsInit (Results 1 - 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp64 BitsInit *BI = R->getValueAsBitsInit("Inst");
214 BitsInit *BI = R->getValueAsBitsInit("Inst");
270 BitsInit *BI = R->getValueAsBitsInit("Inst");
H A DFixedLenDecoderEmitter.cpp171 BitsInit *bits = def.getValueAsBitsInit(str);
383 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail");
1246 AllInstructions[Opc]->TheDef->getValueAsBitsInit("SoftFail");
1248 BitsInit *InstBits = AllInstructions[Opc]->TheDef->getValueAsBitsInit("Inst");
H A DInstrInfoEmitter.cpp483 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags");
H A DRegisterInfoEmitter.cpp916 BitsInit *BI = Reg->getValueAsBitsInit("HWEncoding");
H A DX86RecognizableInstr.cpp207 BitsInit* bits = rec->getValueAsBitsInit(name);
/external/llvm/include/llvm/TableGen/
H A DRecord.h1573 /// getValueAsBitsInit - This method looks up the specified field and returns
1577 BitsInit *getValueAsBitsInit(StringRef FieldName) const;
/external/llvm/lib/TableGen/
H A DRecord.cpp1801 /// getValueAsBitsInit - This method looks up the specified field and returns
1805 BitsInit *Record::getValueAsBitsInit(StringRef FieldName) const { function in class:Record

Completed in 97 milliseconds