Home
last modified time | relevance | path

Searched refs:Ty1 (Results 1 – 25 of 97) sorted by relevance

1234

/external/llvm-project/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp216 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
221 OpRegBankIdx[1] = getPartialMappingIdx(Ty1, /* isFP */ SecondArgIsFP); in getInstrMapping()
225 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
228 assert(Ty1.getSizeInBits() == Ty2.getSizeInBits() && in getInstrMapping()
231 unsigned Size = Ty1.getSizeInBits(); in getInstrMapping()
235 auto FpRegBank = getPartialMappingIdx(Ty1, /* isFP */ true); in getInstrMapping()
245 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
248 Ty1.getSizeInBits() == 128 && Opc == TargetOpcode::G_TRUNC; in getInstrMapping()
251 (Ty1.getSizeInBits() == 32 || Ty1.getSizeInBits() == 64) && in getInstrMapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp216 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
221 OpRegBankIdx[1] = getPartialMappingIdx(Ty1, /* isFP */ SecondArgIsFP); in getInstrMapping()
225 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
228 assert(Ty1.getSizeInBits() == Ty2.getSizeInBits() && in getInstrMapping()
231 unsigned Size = Ty1.getSizeInBits(); in getInstrMapping()
235 auto FpRegBank = getPartialMappingIdx(Ty1, /* isFP */ true); in getInstrMapping()
245 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
248 Ty1.getSizeInBits() == 128 && Opc == TargetOpcode::G_TRUNC; in getInstrMapping()
251 (Ty1.getSizeInBits() == 32 || Ty1.getSizeInBits() == 64) && in getInstrMapping()
/external/rust/cxx/syntax/
Dmod.rs202 RustBox(Box<Ty1>),
203 RustVec(Box<Ty1>),
204 UniquePtr(Box<Ty1>),
205 SharedPtr(Box<Ty1>),
206 WeakPtr(Box<Ty1>),
210 CxxVector(Box<Ty1>),
217 pub struct Ty1 { struct
Dimpls.rs2 Array, ExternFn, Include, Lifetimes, Ptr, Receiver, Ref, Signature, SliceRef, Ty1, Type, Var,
116 impl Eq for Ty1 {} implementation
118 impl PartialEq for Ty1 { implementation
120 let Ty1 { in eq() localVariable
126 let Ty1 { in eq() localVariable
136 impl Hash for Ty1 { implementation
138 let Ty1 { in hash() localVariable
Dtrivial.rs175 clauses.push(Clause::Ty1 { in as_what()
182 clauses.push(Clause::Ty1 { in as_what()
217 Ty1 { in as_what() enumerator
227 Clause::Set { article, .. } | Clause::Ty1 { article, .. } => article, in as_what()
247 Clause::Ty1 { in as_what()
Dinstantiate.rs1 use crate::syntax::{NamedType, Ty1, Type};
71 fn new(outer: &Ty1, inner: &'a NamedType) -> Self { in new() argument
Dcheck.rs6 Receiver, Ref, Signature, SliceRef, Struct, Trait, Ty1, Type, TypeAlias, Types,
79 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box() argument
97 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec() argument
124 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr() argument
142 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr() argument
163 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr() argument
184 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector() argument
Dtokens.rs4 Ref, Signature, SliceRef, Struct, Ty1, Type, TypeAlias, Var,
54 impl ToTokens for Ty1 { implementation
56 let Ty1 { in to_tokens() localVariable
/external/llvm/test/Linker/
Dtestlink.ll3 ; CHECK: %Ty2 = type { %Ty1* }
4 ; CHECK: %Ty1 = type { %Ty2* }
5 %Ty1 = type opaque
6 %Ty2 = type { %Ty1* }
22 @GVTy1 = external global %Ty1*
/external/llvm-project/llvm/test/Linker/
Dtestlink.ll3 ; CHECK: %Ty2 = type { %Ty1* }
4 ; CHECK: %Ty1 = type { %Ty2* }
5 %Ty1 = type opaque
6 %Ty2 = type { %Ty1* }
22 @GVTy1 = external global %Ty1*
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp400 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
404 assert(Ty1.getSizeInBits() == Ty2.getSizeInBits() && in getInstrMapping()
407 unsigned Size = Ty1.getSizeInBits(); in getInstrMapping()
421 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
423 if (Ty.getSizeInBits() != 64 || Ty1.getSizeInBits() != 32 || in getInstrMapping()
436 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
438 if (Ty.getSizeInBits() != 32 || Ty1.getSizeInBits() != 32 || in getInstrMapping()
/external/llvm-project/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp402 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
406 assert(Ty1.getSizeInBits() == Ty2.getSizeInBits() && in getInstrMapping()
409 unsigned Size = Ty1.getSizeInBits(); in getInstrMapping()
423 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
425 if (Ty.getSizeInBits() != 64 || Ty1.getSizeInBits() != 32 || in getInstrMapping()
438 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
440 if (Ty.getSizeInBits() != 32 || Ty1.getSizeInBits() != 32 || in getInstrMapping()
/external/llvm/test/Linker/Inputs/
Dtestlink.ll4 %Ty1 = type { %Ty2* }
9 @GVTy1 = global %Ty1* null
/external/llvm-project/llvm/test/Linker/Inputs/
Dtestlink.ll4 %Ty1 = type { %Ty2* }
9 @GVTy1 = global %Ty1* null
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp189 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
192 return isPowerOf2_32(Ty1.getSizeInBits()) && in AArch64LegalizerInfo()
193 (Ty1.getSizeInBits() == 1 || Ty1.getSizeInBits() >= 8); in AArch64LegalizerInfo()
207 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
208 if (Ty1 != s32 && Ty1 != s64 && Ty1 != s128) in AArch64LegalizerInfo()
210 if (Ty1 == p0) in AArch64LegalizerInfo()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.h128 bool isTruncateFree(Type *Ty1, Type *Ty2) const override;
132 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64LegalizerInfo.cpp214 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
217 return isPowerOf2_32(Ty1.getSizeInBits()) && in AArch64LegalizerInfo()
218 (Ty1.getSizeInBits() == 1 || Ty1.getSizeInBits() >= 8); in AArch64LegalizerInfo()
232 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
233 if (Ty1 != s32 && Ty1 != s64 && Ty1 != s128) in AArch64LegalizerInfo()
235 if (Ty1 == p0) in AArch64LegalizerInfo()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h109 bool isTruncateFree(Type *Ty1, Type *Ty2) const override;
120 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { in haveSameType() argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) || in haveSameType()
82 (Ty1->isIntegralOrEnumerationType() && in haveSameType()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h116 bool isTruncateFree(Type *Ty1, Type *Ty2) const override;
127 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h112 bool isTruncateFree(Type *Ty1, Type *Ty2) const override;
123 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp109 bool isVec3ToVec4Shuffle(Type *Ty0, Type* Ty1) const;
210 bool AMDGPURewriteOutArguments::isVec3ToVec4Shuffle(Type *Ty0, Type* Ty1) const { in isVec3ToVec4Shuffle()
212 VectorType *VT1 = dyn_cast<VectorType>(Ty1); in isVec3ToVec4Shuffle()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp109 bool isVec3ToVec4Shuffle(Type *Ty0, Type* Ty1) const;
210 bool AMDGPURewriteOutArguments::isVec3ToVec4Shuffle(Type *Ty0, Type* Ty1) const { in isVec3ToVec4Shuffle()
212 auto *VT1 = dyn_cast<FixedVectorType>(Ty1); in isVec3ToVec4Shuffle()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h97 bool haveSameType(QualType Ty1, QualType Ty2) { in haveSameType() argument
100 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) || in haveSameType()
101 (Ty1->isIntegralOrEnumerationType() && in haveSameType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp381 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() argument
383 Ty1 = convertPointerToIntegerType(DL, Ty1); in getWiderType()
384 if (Ty0->getScalarSizeInBits() > Ty1->getScalarSizeInBits()) in getWiderType()
386 return Ty1; in getWiderType()

1234