Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1272 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1273 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()
1292 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1293 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()
1312 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1313 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()
1379 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1381 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()
1417 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1419 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-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1275 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1276 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()
1295 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1296 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()
1315 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1316 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()
1382 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1384 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()
1420 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1422 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()
[all …]
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp747 auto *DstVecTy = cast<FixedVectorType>(Dst); in getCastInstrCost() local
805 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, false); in getCastInstrCost()
817 getScalarizationOverhead(DstVecTy, true, false); in getCastInstrCost()
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp140 Type *DstVecTy = VectorType::get(Builder.getInt32Ty(), 4, true); in TEST_F() local
144 ArgTys.push_back(UndefValue::get(DstVecTy)); in TEST_F()
151 EXPECT_EQ(FTy->getReturnType(), DstVecTy); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3260 VectorType *DstVecTy = dyn_cast<VectorType>(DstTy); in castIsValid() local
3261 if (SrcVecTy && DstVecTy) in castIsValid()
3262 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()
3265 if (DstVecTy) in castIsValid()
3266 return DstVecTy->getNumElements() == 1; in castIsValid()
3283 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local
3284 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()