Home
last modified time | relevance | path

Searched defs:DestTy (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h185 Type *DestTy) const { in CreateCast()
189 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
194 Type *DestTy) const { in CreatePointerBitCastOrAddrSpaceCast()
198 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
203 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast()
207 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast()
211 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr()
215 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt()
219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast()
223 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast()
[all …]
DNoFolder.h254 Type *DestTy) const { in CreateCast()
258 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
262 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
267 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast()
271 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast()
275 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr()
279 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt()
283 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast()
287 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast()
291 Instruction *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h171 Type *DestTy) const { in CreateCast()
176 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
182 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast()
187 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast()
192 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast()
195 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr()
198 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt()
201 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast()
206 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast()
211 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h175 Type *DestTy) in ExtractValueConstantExpr()
206 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr()
244 Type *DestTy, unsigned Flags) { in Create()
DConstantFold.cpp101 static Constant *FoldBitCast(Constant *V, Type *DestTy) { in FoldBitCast()
353 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded) { in getFoldedSizeOf()
408 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, bool Folded) { in getFoldedAlignOf()
472 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo, Type *DestTy, in getFoldedOffsetOf()
522 Type *DestTy) { in ConstantFoldCastInstruction()
DVerifier.cpp2571 Type *DestTy = I.getType(); in visitTruncInst() local
2589 Type *DestTy = I.getType(); in visitZExtInst() local
2607 Type *DestTy = I.getType(); in visitSExtInst() local
2625 Type *DestTy = I.getType(); in visitFPTruncInst() local
2642 Type *DestTy = I.getType(); in visitFPExtInst() local
2660 Type *DestTy = I.getType(); in visitUIToFPInst() local
2683 Type *DestTy = I.getType(); in visitSIToFPInst() local
2706 Type *DestTy = I.getType(); in visitFPToUIInst() local
2729 Type *DestTy = I.getType(); in visitFPToSIInst() local
2752 Type *DestTy = I.getType(); in visitPtrToIntInst() local
[all …]
DCore.cpp3706 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildTrunc()
3711 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildZExt()
3716 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildSExt()
3721 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPToUI()
3726 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPToSI()
3731 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildUIToFP()
3736 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildSIToFP()
3741 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPTrunc()
3746 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPExt()
3751 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildPtrToInt()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIcePhiLoweringImpl.h39 Type DestTy = Dest->getType(); in prelowerPhis32Bit() local
DIceInstARM32.cpp661 Type DestTy = Dest->getType(); in emitIAS() local
980 const Type DestTy = Dest->getType(); in emitIAS() local
1019 const Type DestTy = Dest->getType(); in emitIAS() local
1058 const Type DestTy = Dest->getType(); in emitIAS() local
1088 Type DestTy = Dest->getType(); in emitIAS() local
1114 Type DestTy = Dest->getType(); in emitIAS() local
1139 Type DestTy = Dest->getType(); in emitIAS() local
1166 Type DestTy = Dest->getType(); in emitIAS() local
1246 Type DestTy = Dest->getType(); in emitIAS() local
1254 const Type DestTy = Dest->getType(); in emitIAS() local
[all …]
DIceInstX8664.cpp82 const char *InstX86Base::getSseSuffixString(Type DestTy, SseSuffix Suffix) { in getSseSuffixString()
837 void emitIASCastRegOp(const Cfg *Func, Type DestTy, const Variable *Dest, in emitIASCastRegOp()
961 const Type DestTy = Dest->getType(); in emitIAS() local
1414 Type DestTy = this->Dest->getType(); in emit() local
1554 Type DestTy = Dest->getType(); in emitIAS() local
1858 Type DestTy = Dest->getType(); in emitIAS() local
2069 Type DestTy = this->getDest()->getType(); in emit() local
2106 Type DestTy = Dest->getType(); in emitIAS() local
DIceInstX8632.cpp94 const char *InstX86Base::getSseSuffixString(Type DestTy, SseSuffix Suffix) { in getSseSuffixString()
845 void emitIASCastRegOp(const Cfg *Func, Type DestTy, const Variable *Dest, in emitIASCastRegOp()
969 const Type DestTy = Dest->getType(); in emitIAS() local
1412 Type DestTy = this->Dest->getType(); in emit() local
1552 Type DestTy = Dest->getType(); in emitIAS() local
1856 Type DestTy = Dest->getType(); in emitIAS() local
2067 Type DestTy = this->getDest()->getType(); in emit() local
2097 Type DestTy = Dest->getType(); in emitIAS() local
DWasmTranslator.cpp480 const auto DestTy = Left.toOperand()->getType(); in Binop() local
506 const auto DestTy = Left.toOperand()->getType(); in Binop() local
1145 const Ice::Type DestTy = in CallIndirect() local
DIceTargetLoweringARM32.cpp446 const Type DestTy = Dest->getType(); in genTargetHelperCallFor() local
593 const Type DestTy = Dest->getType(); in genTargetHelperCallFor() local
1679 Type DestTy = Dest->getType(); in legalizeMov() local
2896 Type DestTy = Dest->getType(); in lowerArithmetic() local
3709 const Type DestTy = Dest->getType(); in lowerCast() local
4050 Type DestTy = Dest->getType(); in lowerExtractElement() local
4147 const Type DestTy = Dest->getType(); in lowerFcmp() local
4518 const Type DestTy = Dest->getType(); in lowerIcmp() local
4610 Type DestTy = Dest->getType(); in lowerInsertElement() local
4714 auto DestTy = Dest->getType(); in lowerAtomicRMW() local
[all …]
DIceTargetLoweringX8664.cpp2315 const Type DestTy = Dest ? Dest->getType() : IceType_void; in lowerCall() local
2384 Type DestTy = Dest->getType(); in lowerCast() local
3777 Type DestTy = Dest->getType(); in lowerIntrinsic() local
4098 const Type DestTy = Dest->getType(); in lowerCountZeros() local
5184 const Type DestTy = Dest->getType(); in lowerShuffleVector_UsingPshufb() local
5239 const Type DestTy = Dest->getType(); in lowerShuffleVector() local
5640 Type DestTy = Dest->getType(); in lowerSelectMove() local
5762 Type DestTy = Dest->getType(); in lowerSelectVector() local
6159 Type DestTy = Dest->getType(); in genTargetHelperCallFor() local
6211 const Type DestTy = Dest->getType(); in genTargetHelperCallFor() local
DIceTargetLowering.h472 const Type DestTy = Dest->getType(); in scalarizeInstruction() local
DIceAssemblerX8632.cpp463 void AssemblerX8632::movd(Type DestTy, GPRRegister dst, XmmRegister src) { in movd()
471 void AssemblerX8632::movd(Type DestTy, const AsmAddress &dst, XmmRegister src) { in movd()
1650 void AssemblerX8632::cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, in cvtsi2ss()
1659 void AssemblerX8632::cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, in cvtsi2ss()
1687 void AssemblerX8632::cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvttss2si()
1696 void AssemblerX8632::cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvttss2si()
1705 void AssemblerX8632::cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvtss2si()
1714 void AssemblerX8632::cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvtss2si()
DIceAssemblerX8664.cpp498 void AssemblerX8664::movd(Type DestTy, GPRRegister dst, XmmRegister src) { in movd()
507 void AssemblerX8664::movd(Type DestTy, const AsmAddress &dst, XmmRegister src) { in movd()
1781 void AssemblerX8664::cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, in cvtsi2ss()
1791 void AssemblerX8664::cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, in cvtsi2ss()
1822 void AssemblerX8664::cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvttss2si()
1832 void AssemblerX8664::cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvttss2si()
1842 void AssemblerX8664::cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvtss2si()
1852 void AssemblerX8664::cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, in cvtss2si()
DIceTargetLoweringMIPS32.cpp267 const Type DestTy = Dest ? Dest->getType() : IceType_void; in genTargetHelperCallFor() local
1834 const Type DestTy = Dest->getType(); in legalizeMov() local
2713 Type DestTy = Dest->getType(); in lowerArithmetic() local
3595 const Type DestTy = Dest->getType(); in lowerCast() local
3861 const Type DestTy = Dest->getType(); in lowerExtractElement() local
4374 const Type DestTy = Dest->getType(); in lowerInsertElement() local
4517 Type DestTy = (Dest == nullptr) ? IceType_void : Dest->getType(); in lowerIntrinsic() local
5472 const Type DestTy = Dest->getType(); in lowerSelect() local
DIceTargetLoweringX8632.cpp2458 const Type DestTy = Dest ? Dest->getType() : IceType_void; in lowerCall() local
2600 Type DestTy = Dest->getType(); in lowerCast() local
4247 Type DestTy = Dest->getType(); in lowerIntrinsic() local
4657 const Type DestTy = IceType_i32; in lowerCountZeros() local
5774 const Type DestTy = Dest->getType(); in lowerShuffleVector_UsingPshufb() local
5829 const Type DestTy = Dest->getType(); in lowerShuffleVector() local
6230 Type DestTy = Dest->getType(); in lowerSelectMove() local
6375 Type DestTy = Dest->getType(); in lowerSelectVector() local
6854 Type DestTy = Dest->getType(); in genTargetHelperCallFor() local
6923 const Type DestTy = Dest->getType(); in genTargetHelperCallFor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp503 Type *DestTy = Trunc.getType(); in narrowRotate() local
582 Type *DestTy = Trunc.getType(); in narrowBinOp() local
668 Type *DestTy = Trunc.getType(); in shrinkInsertElt() local
690 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local
1100 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local
1373 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local
1865 VectorType *DestTy, in optimizeVectorResizeWithIntegerBitCasts()
2118 Type *DestTy = BitCast.getType(); in foldBitCastBitwiseLogic() local
2171 Type *DestTy = BitCast.getType(); in foldBitCastSelect() local
2229 Type *DestTy = CI.getType(); // Type A in optimizeBitCastFromPhi() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h233 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode()
295 LLT DestTy = MRI.getType(MI.getOperand(0).getReg()); in tryCombineMerges() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp64 static Constant *foldConstVectorToAPInt(APInt &Result, Type *DestTy, in foldConstVectorToAPInt()
97 Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { in FoldBitCast()
328 Constant *llvm::ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy, in ConstantFoldLoadThroughBitcast()
606 Constant *ConstantFoldLoadThroughBitcastExpr(ConstantExpr *CE, Type *DestTy, in ConstantFoldLoadThroughBitcastExpr()
1021 Type *DestTy = InstOrCE->getType(); in ConstantFoldInstOperandsImpl() local
1310 Type *DestTy, const DataLayout &DL) { in ConstantFoldCastOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp427 Type *DestTy = IntegerType::get(LoadTy->getContext(), NewLoadSize * 8); in getLoadValueForLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp485 static Value *createCast(IRBuilder<> &Builder, Value *V, Type *DestTy) { in createCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp661 IntegerType *DestTy = cast<IntegerType>(TruncTysMap[Trunc][0]); in ConvertTruncs() local

12