/third_party/rust/crates/cxx/syntax/ |
D | impls.rs | 118 impl Eq for Ty1 {} implementation 120 impl PartialEq for Ty1 { implementation 122 let Ty1 { in eq() localVariable 128 let Ty1 { in eq() localVariable 138 impl Hash for Ty1 { implementation 140 let Ty1 { in hash() localVariable
|
D | check.rs | 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()
|
D | instantiate.rs | 71 fn new(outer: &Ty1, inner: &'a NamedType) -> Self { in new()
|
D | tokens.rs | 59 impl ToTokens for Ty1 { implementation 61 let Ty1 { in to_tokens() localVariable
|
D | trivial.rs | 244 Ty1 { in as_what() enumerator
|
D | mod.rs | 243 pub struct Ty1 { struct 244 pub name: Ident, 245 pub langle: Token![<],
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMRegisterBankInfo.cpp | 400 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
|
D | ARMISelLowering.cpp | 15041 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterBankInfo.cpp | 216 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
|
D | X86ISelLowering.cpp | 30071 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree() 30079 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() 30114 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LegalizerInfo.cpp | 189 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local 207 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
|
D | AArch64ISelLowering.cpp | 8840 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree() 8885 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 381 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType()
|
D | SLPVectorizer.cpp | 422 Type *Ty1 = cast<Instruction>(VL[Cnt])->getOperand(0)->getType(); in getSameOpcode() local 2892 Type *Ty1 = VL0->getOperand(1)->getType(); in buildTree_rec() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 1392 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, in isTruncateFree() 1407 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 689 int PPCTTIImpl::vectorCostAdjustment(int Cost, unsigned Opcode, Type *Ty1, in vectorCostAdjustment()
|
D | PPCISelLowering.cpp | 15184 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 551 static unsigned getElSizeLog2Diff(Type *Ty0, Type *Ty1) { in getElSizeLog2Diff()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 274 bool isTruncateFree(Type *Ty1, Type *Ty2) { in isTruncateFree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 304 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; } in isTruncateFree()
|
D | TargetTransformInfo.h | 1570 bool isTruncateFree(Type *Ty1, Type *Ty2) override { in isTruncateFree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1898 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree() 2676 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 364 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 896 bool MachineVerifier::verifyVectorElementMatch(LLT Ty0, LLT Ty1, in verifyVectorElementMatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1995 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() local
|