Searched refs:CVT (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Sema/
H A Dderef.c37 typedef const void CVT; typedef
38 extern CVT cv3;
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp149 EVT CVT = Count.getValueType(); local
150 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
151 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
152 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
H A DX86ISelLowering.cpp5217 EVT CVT = Ld.getValueType(); local
5218 assert(!CVT.isVector() && "Must not broadcast a vector type");
5219 unsigned ScalarSize = CVT.getSizeInBits();
5232 Ld = DAG.getLoad(CVT, dl, DAG.getEntryNode(), CP,
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp411 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M))
412 return CVT->getTypeName() != getTypeName();
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c9944 # define CVT(_t) binop( Iop_F64toF32, mkexpr(rmode), mkexpr(_t) ) macro
9947 putXMMRegLane32F( rG, 1, CVT(t1) );
9948 putXMMRegLane32F( rG, 0, CVT(t0) );
9949 # undef CVT macro
9989 # define CVT(_t) \ macro
9995 putXMMRegLane32( rG, 3, CVT(t3) );
9996 putXMMRegLane32( rG, 2, CVT(t2) );
9997 putXMMRegLane32( rG, 1, CVT(t1) );
9998 putXMMRegLane32( rG, 0, CVT(t0) );
9999 # undef CVT macro
10039 # define CVT macro
10053 # undef CVT macro
10098 # define CVT macro
10106 # undef CVT macro
10152 # define CVT macro
10161 # undef CVT macro
10201 # define CVT macro
10209 # undef CVT macro
10251 # define CVT macro
10263 # undef CVT macro
21418 # define CVT macro
21424 # undef CVT macro
25501 # define CVT macro
25507 # undef CVT macro
25552 # define CVT macro
25562 # undef CVT macro
25604 # define CVT macro
25608 # undef CVT macro
25649 # define CVT macro
25655 # undef CVT macro
[all...]
H A Dguest_x86_toIR.c9495 # define CVT(_t) binop( Iop_F64toF32, \ macro
9499 putXMMRegLane32F( gregOfRM(modrm), 3, CVT(t3) );
9500 putXMMRegLane32F( gregOfRM(modrm), 2, CVT(t2) );
9501 putXMMRegLane32F( gregOfRM(modrm), 1, CVT(t1) );
9502 putXMMRegLane32F( gregOfRM(modrm), 0, CVT(t0) );
9504 # undef CVT macro
9538 # define CVT(_t) binop( Iop_F64toI32S, \ macro
9544 putXMMRegLane32( gregOfRM(modrm), 1, CVT(t1) );
9545 putXMMRegLane32( gregOfRM(modrm), 0, CVT(t0) );
9547 # undef CVT macro
9634 # define CVT macro
9643 # undef CVT macro
9712 # define CVT macro
9723 # undef CVT macro
9910 # define CVT macro
9919 # undef CVT macro
9950 # define CVT macro
9961 # undef CVT macro
[all...]

Completed in 173 milliseconds