Home
last modified time | relevance | path

Searched defs:LoadInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1290 struct LoadInfo { struct in __anond1ea022a0211::LoadClusterMutation
1291 SUnit *SU;
1292 unsigned BaseReg;
1293 unsigned Offset;
1294 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) in LoadInfo() argument
1297 bool operator<(const LoadInfo &RHS) const { in operator <()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp530 FX_BOOL CCodec_JpegModule::LoadInfo(const uint8_t* src_buf, in LoadInfo() function in CCodec_JpegModule