Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1272 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1292 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1312 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1379 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1417 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1453 Type *DstVecTy = DstTy->getScalarType(); in executeUIToFPInst() local
1485 Type *DstVecTy = DstTy->getScalarType(); in executeSIToFPInst() local
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp805 auto *DstVecTy = dyn_cast<FixedVectorType>(Dst); in getCastInstrCost() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp4624 auto *DstVecTy = FixedVectorType::get(EltTy, NumDstElements); in getReplicationShuffleCost() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp5971 LLT DstVecTy = MRI.getType(MI.getOperand(0).getReg()); in matchBuildVectorIdentityFold() local