OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMips4_32r2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
107
//
HasMips4_32r2
- Has the subset of MIPS-IV present in MIPS32r2
108
bool
HasMips4_32r2
;
189
bool
hasMips4_32r2
() const { return
HasMips4_32r2
; }
Mips16ISelDAGToDAG.cpp
232
if (LS->getMemoryVT() == MVT::f32 && Subtarget->
hasMips4_32r2
())
234
if (LS->getMemoryVT() == MVT::f64 && Subtarget->
hasMips4_32r2
())
Completed in 69 milliseconds