Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjC/
Dblocks-5.m15 extern void DVT (volatile const void * object, volatile const void * selector, const char * functio… function
22 DVT(&self,&_cmd,__PRETTY_FUNCTION__);
27 DVT(&self,&_cmd,__PRETTY_FUNCTION__);
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1171 EVT DVT = N->getValueType(0); in SelectBitcast() local
1172 if (!SVT.isVector() || !DVT.isVector() || in SelectBitcast()
1174 DVT.getVectorElementType() == MVT::i1 || in SelectBitcast()
1175 SVT.getSizeInBits() != DVT.getSizeInBits()) { in SelectBitcast()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1506 EVT DVT = TLI->getValueType(DestTy); in OptimizeShadowIV() local
1507 if (!TLI->isTypeLegal(DVT)) continue; in OptimizeShadowIV()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25923 MVT DVT = MVT::getVectorVT(MVT::i32, VT.getVectorNumElements() / 2); in combineTargetShuffle() local
25924 V = DAG.getBitcast(DVT, V); in combineTargetShuffle()
25926 V = DAG.getNode(X86ISD::PSHUFD, DL, DVT, V, in combineTargetShuffle()