/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86RegisterBankInfo.cpp | 216 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 in getInstrMapping() [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | mod.rs | 228 RustBox(Box<Ty1>), 229 RustVec(Box<Ty1>), 230 UniquePtr(Box<Ty1>), 231 SharedPtr(Box<Ty1>), 232 WeakPtr(Box<Ty1>), 236 CxxVector(Box<Ty1>), 243 pub struct Ty1 { structure names
|
H A D | impls.rs | 2 Array, ExternFn, Include, Lifetimes, Ptr, Receiver, Ref, Signature, SliceRef, Ty1, Type, Var, 118 impl Eq for Ty1 {} 120 impl PartialEq for Ty1 { 122 let Ty1 { in eq() 128 let Ty1 { in eq() 138 impl Hash for Ty1 { 140 let Ty1 { in hash()
|
H A D | trivial.rs | 193 clauses.push(Clause::Ty1 { in fmt() 200 clauses.push(Clause::Ty1 { in fmt() 244 Ty1 { 262 | Clause::Ty1 { article, .. } in article() 283 Clause::Ty1 { in fmt()
|
H A D | check.rs | 6 NamedType, Ptr, Receiver, Ref, Signature, SliceRef, Struct, Trait, Ty1, Type, TypeAlias, Types, 95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box() 113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec() 139 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr() 157 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr() 178 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr() 199 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | mod.rs | 228 RustBox(Box<Ty1>), 229 RustVec(Box<Ty1>), 230 UniquePtr(Box<Ty1>), 231 SharedPtr(Box<Ty1>), 232 WeakPtr(Box<Ty1>), 236 CxxVector(Box<Ty1>), 243 pub struct Ty1 { structure names
|
H A D | impls.rs | 2 Array, ExternFn, Include, Lifetimes, Ptr, Receiver, Ref, Signature, SliceRef, Ty1, Type, Var, 118 impl Eq for Ty1 {} 120 impl PartialEq for Ty1 { 122 let Ty1 { in eq() 128 let Ty1 { in eq() 138 impl Hash for Ty1 { 140 let Ty1 { in hash()
|
H A D | trivial.rs | 193 clauses.push(Clause::Ty1 { in fmt() 200 clauses.push(Clause::Ty1 { in fmt() 244 Ty1 { 262 | Clause::Ty1 { article, .. } in article() 283 Clause::Ty1 { in fmt()
|
H A D | check.rs | 6 NamedType, Ptr, Receiver, Ref, Signature, SliceRef, Struct, Trait, Ty1, Type, TypeAlias, Types, 95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box() 113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec() 139 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr() 157 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr() 178 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr() 199 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
|
H A D | tokens.rs | 4 Ref, Signature, SliceRef, Struct, Ty1, Type, TypeAlias, Var, 59 impl ToTokens for Ty1 { 61 let Ty1 { in to_tokens()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | mod.rs | 228 RustBox(Box<Ty1>), 229 RustVec(Box<Ty1>), 230 UniquePtr(Box<Ty1>), 231 SharedPtr(Box<Ty1>), 232 WeakPtr(Box<Ty1>), 236 CxxVector(Box<Ty1>), 243 pub struct Ty1 { structure names
|
H A D | impls.rs | 2 Array, ExternFn, Include, Lifetimes, Ptr, Receiver, Ref, Signature, SliceRef, Ty1, Type, Var, 118 impl Eq for Ty1 {} 120 impl PartialEq for Ty1 { 122 let Ty1 { in eq() 128 let Ty1 { in eq() 138 impl Hash for Ty1 { 140 let Ty1 { in hash()
|
H A D | trivial.rs | 193 clauses.push(Clause::Ty1 { in fmt() 200 clauses.push(Clause::Ty1 { in fmt() 244 Ty1 { 262 | Clause::Ty1 { article, .. } in article() 283 Clause::Ty1 { in fmt()
|
H A D | check.rs | 6 NamedType, Ptr, Receiver, Ref, Signature, SliceRef, Struct, Trait, Ty1, Type, TypeAlias, Types, 95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box() 113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec() 139 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr() 157 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr() 178 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr() 199 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | mod.rs | 228 RustBox(Box<Ty1>), 229 RustVec(Box<Ty1>), 230 UniquePtr(Box<Ty1>), 231 SharedPtr(Box<Ty1>), 232 WeakPtr(Box<Ty1>), 236 CxxVector(Box<Ty1>), 243 pub struct Ty1 { structure names
|
H A D | impls.rs | 2 Array, ExternFn, Include, Lifetimes, Ptr, Receiver, Ref, Signature, SliceRef, Ty1, Type, Var, 118 impl Eq for Ty1 {} 120 impl PartialEq for Ty1 { 122 let Ty1 { in eq() 128 let Ty1 { in eq() 138 impl Hash for Ty1 { 140 let Ty1 { in hash()
|
H A D | trivial.rs | 193 clauses.push(Clause::Ty1 { in fmt() 200 clauses.push(Clause::Ty1 { in fmt() 244 Ty1 { 262 | Clause::Ty1 { article, .. } in article() 283 Clause::Ty1 { in fmt()
|
H A D | check.rs | 6 NamedType, Ptr, Receiver, Ref, Signature, SliceRef, Struct, Trait, Ty1, Type, TypeAlias, Types, 95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box() 113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec() 139 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr() 157 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr() 178 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr() 199 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | mod.rs | 228 RustBox(Box<Ty1>), 229 RustVec(Box<Ty1>), 230 UniquePtr(Box<Ty1>), 231 SharedPtr(Box<Ty1>), 232 WeakPtr(Box<Ty1>), 236 CxxVector(Box<Ty1>), 243 pub struct Ty1 { structure names
|
H A D | impls.rs | 2 Array, ExternFn, Include, Lifetimes, Ptr, Receiver, Ref, Signature, SliceRef, Ty1, Type, Var, 118 impl Eq for Ty1 {} 120 impl PartialEq for Ty1 { 122 let Ty1 { in eq() 128 let Ty1 { in eq() 138 impl Hash for Ty1 { 140 let Ty1 { in hash()
|
H A D | trivial.rs | 193 clauses.push(Clause::Ty1 { in fmt() 200 clauses.push(Clause::Ty1 { in fmt() 244 Ty1 { 262 | Clause::Ty1 { article, .. } in article() 283 Clause::Ty1 { in fmt()
|
H A D | check.rs | 6 NamedType, Ptr, Receiver, Ref, Signature, SliceRef, Struct, Trait, Ty1, Type, TypeAlias, Types, 95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box() 113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec() 139 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr() 157 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr() 178 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr() 199 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
|
H A D | tokens.rs | 4 Ref, Signature, SliceRef, Struct, Ty1, Type, TypeAlias, Var, 59 impl ToTokens for Ty1 { 61 let Ty1 { in to_tokens()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMRegisterBankInfo.cpp | 400 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64LegalizerInfo.cpp | 189 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() 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() 208 if (Ty1 != s32 && Ty1 != s64 && Ty1 != s128) in AArch64LegalizerInfo() 210 if (Ty1 == p0) in AArch64LegalizerInfo()
|