Searched defs:SrcTy (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1157 llvm::Type *SrcTy = SrcPtr.getElementType(); local
1227 llvm::Type *SrcTy = Src.getElementType(); local
1299 llvm::Type *SrcTy = Src->getType(); local
[all...]
H A DCGExprCXX.cpp2223 QualType SrcTy = DCE->getSubExpr()->getType(); local
H A DCGClass.cpp2151 QualType SrcTy = D->getParamDecl(0)->getType().getNonReferenceType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp80 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { argument
114 areTypesIsomorphic(Type *DstTy, Type *SrcTy) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2109 VectorType *SrcTy = cast<VectorType>(V->getType()); local
H A DInstCombineAndOrXor.cpp1551 Type *SrcTy = Cast->getSrcTy(); local
1594 Type *SrcTy = Cast0->getSrcTy(); local
H A DInstCombineCasts.cpp234 Type *SrcTy = CI1->getSrcTy(); local
586 Type *SrcTy = Trunc.getSrcTy(); local
695 Type *DestTy = Trunc.getType(), *SrcTy = Src->getType(); local
1150 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); local
1423 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); local
1584 Type *SrcTy = Src->getType(); local
1972 VectorType *SrcTy = cast<VectorType>(InVal->getType()); local
2329 Type *SrcTy = Src->getType(); // Type B local
2491 Type *SrcTy = Src->getType(); local
2674 PointerType *SrcTy = cast<PointerType>(Src->getType()->getScalarType()); local
[all...]
H A DInstructionCombining.cpp904 VectorType *SrcTy = dyn_cast<VectorType>(BC->getSrcTy()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1271 MVT SrcTy = ty(SrcV); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1112 Type *SrcTy = Src->getType(); local
1805 Type *SrcTy = Src->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1206 Type *SrcTy = Src->getType(); local
1900 Type *SrcTy = Src->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp335 Type *SrcTy = C->getType(); local
H A DDependenceAnalysis.cpp822 IntegerType *SrcTy = dyn_cast<IntegerType>(Src->getType()); local
847 IntegerType *SrcTy = dyn_cast<IntegerType>(Src->getType()); local
[all...]
H A DInstructionSimplify.cpp3375 Type *SrcTy = SrcOp->getType(); local
4169 SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, const SimplifyQuery &Q, unsigned) argument
4281 SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, const SimplifyQuery &Q) argument
4466 Type *SrcTy = Src->getType(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp419 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); local
H A DMachineIRBuilder.cpp447 LLT SrcTy = Src.getLLTTy(*getMRI()); local
468 LLT SrcTy = Src.getLLTTy(*getMRI()); local
878 void MachineIRBuilder::validateTruncExt(const LLT DstTy, const LLT SrcTy, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp717 const LLT SrcTy = MRI.getType(SrcReg); local
781 const LLT SrcTy = MRI.getType(SrcReg); local
789 LLT SrcTy; member in struct:ZextEntry
892 const LLT SrcTy = MRI.getType(SrcReg); local
1150 const LLT SrcTy = MRI.getType(SrcReg); local
1201 const LLT SrcTy = MRI.getType(SrcReg); local
1239 const LLT SrcTy = MRI.getType(SrcReg); local
1366 const LLT SrcTy = MRI.getType(SrcReg0); local
[all...]
H A DX86TargetTransformInfo.cpp1986 EVT SrcTy = TLI->getValueType(DL, Src); local
3036 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1012 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); local
1031 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); local
1080 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); local
1107 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); local
1151 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); local
1168 LLT SrcTy = MRI->getType(MI->getOperand(MI->getNumOperands()-1).getReg()); local
1229 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); local
1246 LLT SrcTy = MRI->getType(MI->getOperand(2).getReg()); local
1369 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); local
1512 LLT SrcTy = MRI->getType(SrcOp.getReg()); local
1517 errs() << "Def = " << DstTy << ", Src = " << SrcTy << "\\n"; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2127 auto *SrcTy = cast<VectorType>(Rep->getType()); local
2159 auto *SrcTy = cast<VectorType>(Rep->getType()); local
2308 VectorType *SrcTy = cast<VectorType>(CI->getArgOperand(0)->getType()); local
3824 Type *SrcTy = V->getType(); local
[all...]
H A DInstructions.cpp2613 isNoopCast(Instruction::CastOps Opcode, Type *SrcTy, Type *DestTy, const DataLayout &DL) argument
2654 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument
3093 isCastable(Type *SrcTy, Type *DestTy) argument
3148 isBitCastable(Type *SrcTy, Type *DestTy) argument
3188 isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, const DataLayout &DL) argument
3213 Type *SrcTy = Src->getType(); local
3316 Type *SrcTy = S->getType(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2026 Type *SrcTy = CI->getOperand(0)->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2742 Type *SrcTy = Src->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp500 LLT SrcTy = MRI->getType(SrcReg); local
544 LLT SrcTy = MRI->getType(MI.getOperand(1).getReg()); local
588 LLT SrcTy = MRI->getType(SrcReg); local
1703 const LLT SrcTy = MRI->getType(SrcReg); local
1849 const LLT SrcTy local
2452 LLT SrcTy = MRI->getType(SrcReg); local
[all...]
H A DAMDGPURegisterBankInfo.cpp1838 LLT SrcTy = MRI.getType(SrcReg); local
2528 LLT SrcTy = MRI.getType(SrcReg); local
2679 LLT SrcTy = MRI.getType(SrcReg); local

Completed in 549 milliseconds

123