Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1222 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1223 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()
1242 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1243 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()
1262 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1263 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()
1329 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1331 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()
1367 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1369 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1223 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1224 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()
1243 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1244 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()
1263 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1264 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()
1330 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1332 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()
1368 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1370 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2982 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local
2983 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()
3003 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local
3004 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()
/external/llvm/lib/IR/
DInstructions.cpp3167 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local
3168 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()
3188 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local
3189 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()