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.cpp5099 EVT CVT = Ld.getValueType(); local
5100 assert(!CVT.isVector() && "Must not broadcast a vector type");
5101 unsigned ScalarSize = CVT.getSizeInBits();
5114 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_x86_toIR.c9432 # define CVT(_t) binop( Iop_F64toF32, \ macro
9436 putXMMRegLane32F( gregOfRM(modrm), 3, CVT(t3) );
9437 putXMMRegLane32F( gregOfRM(modrm), 2, CVT(t2) );
9438 putXMMRegLane32F( gregOfRM(modrm), 1, CVT(t1) );
9439 putXMMRegLane32F( gregOfRM(modrm), 0, CVT(t0) );
9441 # undef CVT macro
9475 # define CVT(_t) binop( Iop_F64toI32S, \ macro
9481 putXMMRegLane32( gregOfRM(modrm), 1, CVT(t1) );
9482 putXMMRegLane32( gregOfRM(modrm), 0, CVT(t0) );
9484 # undef CVT macro
9571 # define CVT macro
9580 # undef CVT macro
9649 # define CVT macro
9660 # undef CVT macro
9847 # define CVT macro
9856 # undef CVT macro
9887 # define CVT macro
9898 # undef CVT macro
[all...]
H A Dguest_amd64_toIR.c10698 # define CVT(_t) binop( Iop_F64toF32, \ macro
10702 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 3, CVT(t3) );
10703 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 2, CVT(t2) );
10704 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 1, CVT(t1) );
10705 putXMMRegLane32F( gregOfRexRM(pfx,modrm), 0, CVT(t0) );
10707 # undef CVT macro
10754 # define CVT(_t) binop( Iop_F64toI32S, \ macro
10760 putXMMRegLane32( gregOfRexRM(pfx,modrm), 1, CVT(t1) );
10761 putXMMRegLane32( gregOfRexRM(pfx,modrm), 0, CVT(t0) );
10763 # undef CVT macro
10853 # define CVT macro
10862 # undef CVT macro
10943 # define CVT macro
10954 # undef CVT macro
[all...]

Completed in 356 milliseconds