/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizeMutations.cpp | 17 LegalizeMutation LegalizeMutations::changeTo(unsigned TypeIdx, LLT Ty) { in changeTo() argument
|
H A D | InstructionSelect.cpp | 207 const LLT Ty = MRI.getType(VReg); in runOnMachineFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | Analysis.h | 59 inline unsigned ComputeLinearIndex(Type *Ty, in ComputeLinearIndex() argument
|
H A D | CostTable.h | 31 CostTableLookup(ArrayRef<CostTblEntry> Tbl, int ISD, MVT Ty) CostTableLookup() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DerivedUser.h | 37 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, in DerivedUser() argument
|
H A D | GetElementPtrTypeIterator.h | 43 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { in begin() argument 77 Type *Ty = getIndexedType(); in operator ++() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | inline_namespace_conservative.rs | 18 pub type Ty = ::std::os::raw::c_int; types 20 pub type Ty = ::std::os::raw::c_longlong; types
|
H A D | inline_namespace.rs | 15 pub type Ty = ::std::os::raw::c_int; types
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LowLevelType.cpp | 20 LLT llvm::getLLTForType(Type &Ty, const DataLayout &DL) { in getLLTForType() argument 45 MVT llvm::getMVTForLLT(LLT Ty) { in getMVTForLLT() argument 54 getLLTForMVT(MVT Ty) getLLTForMVT() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | TypeFinder.cpp | 92 void TypeFinder::incorporateType(Type *Ty) { in incorporateType() argument
|
H A D | Module.cpp | 143 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, in getOrInsertFunction() argument 167 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) { in getOrInsertFunction() argument 204 getOrInsertGlobal( StringRef Name, Type *Ty, function_ref<GlobalVariable *()> CreateGlobalCallback) getOrInsertGlobal() argument 225 getOrInsertGlobal(StringRef Name, Type *Ty) getOrInsertGlobal() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebug.hpp | 53 struct PrintValue::Ty<sw::SpirvShader::Object::ID> struct in rr::PrintValue 59 struct PrintValue::Ty<sw::SpirvShader::Type::ID> struct in rr::PrintValue 65 struct PrintValue::Ty<sw::SpirvShader::Block::ID> struct in rr::PrintValue 72 struct PrintValue::Ty<sw::Intermediate> struct in rr::PrintValue 132 struct PrintValue::Ty<sw::SpirvShader::Operand> global() struct in rr::PrintValue [all...] |
H A D | SamplerCore.hpp | 124 struct PrintValue::Ty<sw::SamplerFunction> struct in rr::PrintValue
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdaterBulk.cpp | 40 unsigned SSAUpdaterBulk::AddVariable(StringRef Name, Type *Ty) { in AddVariable() argument
|
/third_party/rust/crates/clap/clap_derive/src/utils/ |
H A D | ty.rs | 11 pub enum Ty { enum 22 impl Ty { impls [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterBulk.h | 45 Type *Ty; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 69 void push_back(Value *V, Type *Ty) { in push_back() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 18 int RISCVTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() argument 32 getIntImmCostInst(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty) getIntImmCostInst() argument 88 getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, Type *Ty) getIntImmCostIntrin() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 131 Type *Ty = CurI->getValueType(); variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTypeConverter.cpp | 46 void TypeConverter::addLLVMType(Type Ty, llvm::Type *LLVMTy) { in addLLVMType() argument
|
H A D | IceTargetLoweringX86.h | 75 static constexpr Type Ty = IceType_f32; member 84 static constexpr Type Ty = IceType_f64; member 94 static constexpr Type Ty = IceType_i32; member 104 static constexpr Type Ty = IceType_i16; member 114 static constexpr Type Ty = IceType_i8; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | NaClBitcodeDecoders.cpp | 69 bool DecodeBinaryOpcode(uint64_t NaClOpcode, Type *Ty, in DecodeBinaryOpcode() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 363 SDValue getInstr(unsigned MachineOpc, const SDLoc &dl, MVT Ty, in getInstr() argument 388 MVT tyVector(MVT Ty, MV in tyScalar() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.cpp | 46 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, const Instruction *CxtI) getArithmeticInstrCost() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CombinerHelper.h | 34 LLT Ty; // The result type of the extend. member
|