| /external/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX86BaseImpl.h | 230 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov() 249 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov() 264 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov() 280 void AssemblerX86Base<TraitsType>::mov(Type Ty, const Address &dst, in mov() 296 void AssemblerX86Base<TraitsType>::mov(Type Ty, const Address &dst, in mov() 406 void AssemblerX86Base<TraitsType>::lea(Type Ty, GPRRegister dst, in lea() 420 void AssemblerX86Base<TraitsType>::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() 434 void AssemblerX86Base<TraitsType>::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() 455 void AssemblerX86Base<TraitsType>::movss(Type Ty, XmmRegister dst, in movss() 467 void AssemblerX86Base<TraitsType>::movss(Type Ty, const Address &dst, in movss() [all …]
|
| D | IceTypes.cpp | 147 size_t typeWidthInBytes(Type Ty) { in typeWidthInBytes() 152 int8_t typeWidthInBytesLog2(Type Ty) { in typeWidthInBytesLog2() 159 size_t typeAlignInBytes(Type Ty) { in typeAlignInBytes() 166 size_t typeNumElements(Type Ty) { in typeNumElements() 173 Type typeElementType(Type Ty) { in typeElementType() 182 bool isVectorType(Type Ty) { in isVectorType() 189 bool isBooleanType(Type Ty) { in isBooleanType() 196 bool isIntegerType(Type Ty) { in isIntegerType() 203 bool isScalarIntegerType(Type Ty) { in isScalarIntegerType() 210 bool isVectorIntegerType(Type Ty) { in isVectorIntegerType() [all …]
|
| D | IceTypes.h | 85 inline std::string typeStdString(Type Ty) { return typeString(Ty); } in typeStdString() 109 inline bool isCallReturnType(Type Ty) { in isCallReturnType() 122 inline bool isByteSizedType(Type Ty) { in isByteSizedType() 130 inline bool isByteSizedArithType(Type Ty) { in isByteSizedArithType() 136 inline bool isInt32Asserting32Or64(Type Ty) { in isInt32Asserting32Or64() 143 inline bool isFloat32Asserting32Or64(Type Ty) { in isFloat32Asserting32Or64()
|
| /external/swiftshader/third_party/LLVM/bindings/ocaml/target/ |
| D | target_ocaml.c | 57 CAMLprim value llvm_size_in_bits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_size_in_bits() 62 CAMLprim value llvm_store_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_store_size() 67 CAMLprim value llvm_abi_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_abi_size() 72 CAMLprim value llvm_abi_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_abi_align() 77 CAMLprim value llvm_stack_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_stack_align() 82 CAMLprim value llvm_preferred_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_preferred_align() 93 CAMLprim value llvm_element_at_offset(LLVMTargetDataRef TD, LLVMTypeRef Ty, in llvm_element_at_offset() 99 CAMLprim value llvm_offset_of_element(LLVMTargetDataRef TD, LLVMTypeRef Ty, in llvm_offset_of_element()
|
| /external/clang/test/Misc/ |
| D | integer-literal-printing.cpp | 15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; }; typedef 24 template <> struct Type4Helper<charTy::c> { typedef charTy Ty; }; typedef 32 template <> struct Type5Helper<scharTy::c> { typedef scharTy Ty; }; typedef 40 template <> struct Type6Helper<ucharTy::c> { typedef ucharTy Ty; }; typedef 48 template <> struct Type7Helper<wcharTy::c> { typedef wcharTy Ty; }; typedef 56 template <> struct Type8Helper<char16Ty::c> { typedef char16Ty Ty; }; typedef 64 template <> struct Type9Helper<char32Ty::c> { typedef char32Ty Ty; }; typedef
|
| /external/llvm/lib/IR/ |
| D | Constants.cpp | 195 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() 232 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() 249 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() 503 ConstantInt::ConstantInt(IntegerType *Ty, const APInt &V) in ConstantInt() 522 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() 534 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() 560 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() 570 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() 574 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned() 578 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned() [all …]
|
| D | Globals.cpp | 220 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() 237 GlobalVariable::GlobalVariable(Module &M, Type *Ty, bool constant, in GlobalVariable() 312 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol() 324 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() 333 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 339 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 345 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 384 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc() 393 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create()
|
| D | DIBuilder.cpp | 237 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef() 245 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() 252 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance() 265 unsigned Flags, DIType *Ty) { in createMemberType() 280 uint64_t StorageOffsetInBits, unsigned Flags, DIType *Ty) { in createBitFieldMemberType() 292 DIType *Ty, unsigned Flags, in createStaticMemberType() 305 DIType *Ty, MDNode *PropertyNode) { in createObjCIVar() 315 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() 322 DIType *Ty) { in createTemplateTypeParameter() 329 DIScope *Context, StringRef Name, DIType *Ty, in createTemplateValueParameterHelper() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
| D | ARMRegisterBankInfo.cpp | 260 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 273 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 280 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 346 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 370 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 392 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 407 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
|
| /external/swiftshader/third_party/LLVM/lib/Target/ |
| D | Target.cpp | 65 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits() 69 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType() 73 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType() 77 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType() 81 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType() 85 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | Constants.cpp | 268 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() 305 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() 322 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() 572 ConstantInt::ConstantInt(IntegerType *Ty, const APInt &V) in ConstantInt() 591 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() 599 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() 621 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() 631 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() 635 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned() 639 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned() [all …]
|
| D | Globals.cpp | 306 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() 325 GlobalVariable::GlobalVariable(Module &M, Type *Ty, bool constant, in GlobalVariable() 397 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol() 409 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() 418 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 424 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 430 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 465 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc() 474 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create()
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 54 GenericValue Src2, Type *Ty) { in executeFAddInst() 65 GenericValue Src2, Type *Ty) { in executeFSubInst() 76 GenericValue Src2, Type *Ty) { in executeFMulInst() 87 GenericValue Src2, Type *Ty) { in executeFDivInst() 98 GenericValue Src2, Type *Ty) { in executeFRemInst() 128 Type *Ty) { in executeICMP_EQ() 141 Type *Ty) { in executeICMP_NE() 154 Type *Ty) { in executeICMP_ULT() 167 Type *Ty) { in executeICMP_SLT() 180 Type *Ty) { in executeICMP_UGT() [all …]
|
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| D | Constants.cpp | 81 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() 113 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() 130 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() 361 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) in ConstantInt() 380 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() 393 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() 422 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() 433 ConstantInt* ConstantInt::get(IntegerType* Ty, uint64_t V, in get() 438 ConstantInt* ConstantInt::getSigned(IntegerType* Ty, int64_t V) { in getSigned() 442 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
| D | LowLevelTypeTest.cpp | 22 operator<<(std::ostream &OS, const llvm::LLT Ty) { in operator <<() 38 const LLT Ty = LLT::scalar(S); in TEST() local 112 const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in TEST() local 146 const LLT Ty; in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 56 GenericValue Src2, Type *Ty) { in executeFAddInst() 67 GenericValue Src2, Type *Ty) { in executeFSubInst() 78 GenericValue Src2, Type *Ty) { in executeFMulInst() 89 GenericValue Src2, Type *Ty) { in executeFDivInst() 100 GenericValue Src2, Type *Ty) { in executeFRemInst() 139 Type *Ty) { in executeICMP_EQ() 153 Type *Ty) { in executeICMP_NE() 167 Type *Ty) { in executeICMP_ULT() 181 Type *Ty) { in executeICMP_SLT() 195 Type *Ty) { in executeICMP_UGT() [all …]
|
| /external/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 56 GenericValue Src2, Type *Ty) { in executeFAddInst() 67 GenericValue Src2, Type *Ty) { in executeFSubInst() 78 GenericValue Src2, Type *Ty) { in executeFMulInst() 89 GenericValue Src2, Type *Ty) { in executeFDivInst() 100 GenericValue Src2, Type *Ty) { in executeFRemInst() 139 Type *Ty) { in executeICMP_EQ() 153 Type *Ty) { in executeICMP_NE() 167 Type *Ty) { in executeICMP_ULT() 181 Type *Ty) { in executeICMP_SLT() 195 Type *Ty) { in executeICMP_UGT() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
| D | Target.cpp | 102 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits() 106 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType() 110 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType() 114 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType() 118 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType() 122 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
|
| /external/llvm/lib/Target/ |
| D | Target.cpp | 102 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits() 106 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType() 110 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType() 114 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType() 118 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType() 122 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 34 int SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() 67 const APInt &Imm, Type *Ty) { in getIntImmCost() 185 const APInt &Imm, Type *Ty) { in getIntImmCost()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
| D | LanaiTargetTransformInfo.h | 53 int getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() 70 int getIntImmCost(unsigned Opc, unsigned Idx, const APInt &Imm, Type *Ty) { in getIntImmCost() 75 Type *Ty) { in getIntImmCost()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| D | WebAssemblyTargetStreamer.cpp | 96 for (auto Ty : Params) in emitIndirectFunctionType() local 117 for (MVT Ty : Types) in emitParam() local 126 for (MVT Ty : Types) in emitResult() local 166 for (MVT Ty : Params) in emitIndirectFunctionType() local 170 for (MVT Ty : Results) in emitIndirectFunctionType() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | ConstantFoldingMIRBuilder.h | 24 LLT Ty = MRI.getType(Op1); in ConstantFoldBinOp() local 92 MachineInstrBuilder buildInstr(unsigned Opc, DstTy &&Ty, UseArg1Ty &&Arg1, in buildInstr() 127 MachineInstrBuilder buildInstr(unsigned Opc, DstTy &&Ty, in buildInstr()
|
| /external/clang/lib/Analysis/ |
| D | BodyFarm.cpp | 29 static bool isDispatchBlock(QualType Ty) { in isDispatchBlock() 87 QualType Ty) { in makeAssignment() 122 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) { in makeDereference() 127 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue() 132 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) { in makeIntegralCast() 146 QualType Ty = C.getBOOLDecl() ? C.getBOOLType() : C.ObjCBuiltinBoolTy; in makeObjCBool() local 188 QualType Ty = Block->getType(); in create_dispatch_once() local 255 QualType Ty = PV->getType(); in create_dispatch_sync() local
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.cpp | 18 int ARMTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() 54 const APInt &Imm, Type *Ty) { in getIntImmCodeSizeCost() 62 Type *Ty) { in getIntImmCost() 322 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() 337 int ARMTTIImpl::getFPOpCost(Type *Ty) { in getFPOpCost() 412 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost()
|