Searched defs:CompareVT (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp401 EVT CompareVT = LHS.getValueType(); local
408 if (CompareVT != VT) {
410 if (VT == MVT::f32 && CompareVT == MVT::i32) {
416 } else if (VT == MVT::i32 && CompareVT == MVT::f32) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp401 EVT CompareVT = LHS.getValueType(); local
408 if (CompareVT != VT) {
410 if (VT == MVT::f32 && CompareVT == MVT::i32) {
416 } else if (VT == MVT::i32 && CompareVT == MVT::f32) {
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1165 EVT CompareVT = LHS.getValueType(); local
1181 ISD::getSetCCInverse(CCOpcode, CompareVT == MVT::i32);
1183 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) {
1188 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) {
1197 (CompareVT == VT || VT == MVT::i32)) {
1217 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) {
1222 ISD::CondCode CCInv = ISD::getSetCCInverse(CCOpcode, CompareVT.isInteger());
1224 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) {
1235 if (CompareVT != VT) {
1240 True = DAG.getNode(ISD::BITCAST, DL, CompareVT, Tru
[all...]

Completed in 90 milliseconds