Home
last modified time | relevance | path

Searched defs:Ty1 (Results 1 – 25 of 62) sorted by relevance

123

/external/rust/cxx/syntax/
Dimpls.rs116 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
Dcheck.rs79 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
97 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
124 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
142 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
163 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr()
184 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
Dinstantiate.rs71 fn new(outer: &Ty1, inner: &'a NamedType) -> Self { in new()
Dtokens.rs54 impl ToTokens for Ty1 { implementation
56 let Ty1 { in to_tokens() localVariable
Dtrivial.rs217 Ty1 { in as_what() enumerator
Dmod.rs217 pub struct Ty1 { struct
218 pub name: Ident,
219 pub langle: Token![<],
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp400 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
421 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
436 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp402 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
423 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
438 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp216 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
225 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
245 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
/external/llvm-project/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp216 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
225 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
245 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp189 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
207 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { in haveSameType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h97 bool haveSameType(QualType Ty1, QualType Ty2) { in haveSameType()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.cpp173 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
189 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64LegalizerInfo.cpp214 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
232 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
/external/llvm/unittests/IR/
DIRBuilderTest.cpp121 IntegerType *Ty1 = Builder.getInt1Ty(); in TEST_F() local
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1136 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, in isTruncateFree()
1151 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/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()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp391 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1392 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, in isTruncateFree()
1407 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1387 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, in isTruncateFree()
1403 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp689 int PPCTTIImpl::vectorCostAdjustment(int Cost, unsigned Opcode, Type *Ty1, in vectorCostAdjustment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp551 static unsigned getElSizeLog2Diff(Type *Ty0, Type *Ty1) { in getElSizeLog2Diff()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1970 Type *Ty1 = Q.second.first->getType(), in findBestDAGFor() local
2002 Type *Ty1 = S->first->getType(), in findBestDAGFor() local
2091 Type *Ty1 = O1->getType(), in findBestDAGFor() local
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp432 IntegerType *Ty1 = Builder.getInt1Ty(); in TEST_F() local

123