Home
last modified time | relevance | path

Searched refs:sctype (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp135 for (unsigned sctype = (unsigned) MVT::i8; sctype < (unsigned) MVT::i128; in SPUTargetLowering() local
136 ++sctype) { in SPUTargetLowering()
137 MVT::SimpleValueType VT = (MVT::SimpleValueType)sctype; in SPUTargetLowering()
145 for (unsigned stype = sctype - 1; stype >= (unsigned) MVT::i8; --stype) { in SPUTargetLowering()
151 for (unsigned sctype = (unsigned) MVT::f32; sctype < (unsigned) MVT::f64; in SPUTargetLowering() local
152 ++sctype) { in SPUTargetLowering()
153 MVT::SimpleValueType VT = (MVT::SimpleValueType) sctype; in SPUTargetLowering()
158 for (unsigned stype = sctype - 1; stype >= (unsigned) MVT::f32; --stype) { in SPUTargetLowering()
361 for (unsigned sctype = (unsigned) MVT::i8; sctype < (unsigned) MVT::f128; in SPUTargetLowering() local
362 ++sctype) { in SPUTargetLowering()
[all …]