/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1812 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local 1849 VectorType *OpTy = in ParseConstants() local 1859 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local 1870 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local 1883 VectorType *OpTy = in ParseConstants() local 1898 Type *OpTy = getTypeByID(Record[0]); in ParseConstants() local 2955 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local 2979 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local 3131 Type *OpTy = Record.size() == 4 ? getTypeByID(Record[OpNum++]) : in ParseFunctionBody() local 3193 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() local [all …]
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2105 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local 2142 VectorType *OpTy = in ParseConstants() local 2152 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local 2163 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local 2176 VectorType *OpTy = in ParseConstants() local 2191 Type *OpTy = getTypeByID(Record[0]); in ParseConstants() local 3203 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local 3227 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local 3389 Type *OpTy = getTypeByID(Record[1]); in ParseFunctionBody() local 3538 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode() 64 Constant *llvm::getPredForFCmpCode(unsigned Code, Type *OpTy, in getPredForFCmpCode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2571 Type *OpTy = getTypeByID(Record[1]); in parseConstants() local 2649 VectorType *OpTy = in parseConstants() local 2669 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 2689 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 2702 VectorType *OpTy = in parseConstants() local 2717 Type *OpTy = getTypeByID(Record[0]); in parseConstants() local 4368 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local 4426 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local 4450 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local 4580 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in parseFunctionBody() local [all …]
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3089 Type *OpTy = getTypeByID(Record[1]); in parseConstants() local 3151 VectorType *OpTy = in parseConstants() local 3171 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 3191 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 3204 VectorType *OpTy = in parseConstants() local 3219 Type *OpTy = getTypeByID(Record[0]); in parseConstants() local 4983 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local 5041 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local 5065 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local 5258 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 414 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() 1083 Type *OpTy = Op->getType(); variable 1340 Type *OpTy = StructType::create({RetTy, CondTy}); variable 1360 Type *OpTy = StructType::create({RetTy, CondTy}); variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3221 Type *OpTy = getTypeByID(OpTyID); in parseConstants() local 3300 VectorType *OpTy = in parseConstants() local 3321 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 3341 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 3351 VectorType *OpTy = in parseConstants() local 3364 Type *OpTy = getTypeByID(OpTyID); in parseConstants() local 5405 Type *OpTy = getTypeByID(OpTyID); in parseFunctionBody() local 5463 Type *OpTy = getTypeByID(OpTyID); in parseFunctionBody() local 5488 Type *OpTy = getTypeByID(OpTyID); in parseFunctionBody() local 5628 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in parseFunctionBody() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 233 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode() 294 LLT OpTy = MRI.getType(MI.getOperand(NumDefs).getReg()); in tryCombineMerges() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | FixedPointBuilder.h | 177 Type *OpTy = getAccommodatingFloatType(DstTy, SrcSema); in CreateFixedToFloating() local 194 Type *OpTy = getAccommodatingFloatType(Src->getType(), DstSema); in CreateFloatingToFixed() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | FixedPointBuilder.h | 177 Type *OpTy = getAccommodatingFloatType(DstTy, SrcSema); in CreateFixedToFloating() local 194 Type *OpTy = getAccommodatingFloatType(Src->getType(), DstSema); in CreateFloatingToFixed() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | FixedPointBuilder.h | 177 Type *OpTy = getAccommodatingFloatType(DstTy, SrcSema); in CreateFixedToFloating() local 194 Type *OpTy = getAccommodatingFloatType(Src->getType(), DstSema); in CreateFloatingToFixed() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/ |
H A D | kernel_ops_pattern.cc | 448 static bool HasGpuEmitter(OpTy) { in HasGpuEmitter() argument 464 using OpTy = decltype(op_type_tag); in matchAndRewrite() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 177 Type *OpTy = getAccommodatingFloatType(DstTy, SrcSema); in CreateFixedToFloating() local 194 Type *OpTy = getAccommodatingFloatType(Src->getType(), DstSema); in CreateFloatingToFixed() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | FixedPointBuilder.h | 177 Type *OpTy = getAccommodatingFloatType(DstTy, SrcSema); in CreateFixedToFloating() local 194 Type *OpTy = getAccommodatingFloatType(Src->getType(), DstSema); in CreateFloatingToFixed() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
H A D | ScalarEvolutionExpander.cpp | 1667 Type *OpTy = S->getOperand(i)->getType(); in visitSMaxExpr() local 1692 Type *OpTy = S->getOperand(i)->getType(); in visitUMaxExpr() local 1717 Type *OpTy = S->getOperand(i)->getType(); in visitSMinExpr() local 1742 Type *OpTy = S->getOperand(i)->getType(); in visitUMinExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 746 auto *OpTy = cast<FixedVectorType>(Op->getType()); in identifyNode() local 764 auto *OpTy = cast<FixedVectorType>(Op->getType()); in identifyNode() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | sparse_chlo_legalize_to_linalg.cc | 99 #define ADD_OP(OpTy) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | PNaClTranslator.cpp | 1618 bool isValidIntegerLogicalOp(Ice::InstArithmetic::OpKind Op, Ice::Type OpTy) { in isValidIntegerLogicalOp() 1628 bool isValidIntegerArithOp(Ice::InstArithmetic::OpKind Op, Ice::Type OpTy) { in isValidIntegerArithOp() 1637 bool isValidFloatingArithOp(Ice::InstArithmetic::OpKind Op, Ice::Type OpTy) { in isValidFloatingArithOp() 2155 Ice::Type OpTy) { in reportInvalidBinaryOp()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 472 Register UseReg, uint8_t OpTy, in getRegSeqInit() 513 uint8_t OpTy = OpInfo[UseOpIdx].OperandType; in tryToFoldACImm() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 494 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode() 1047 LLT OpTy = MRI.getType(SrcReg); in tryCombineUnmergeValues() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 498 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode() 1052 LLT OpTy = MRI.getType(SrcReg); in tryCombineUnmergeValues() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 494 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode() 1047 LLT OpTy = MRI.getType(SrcReg); in tryCombineUnmergeValues() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 494 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode() 1047 LLT OpTy = MRI.getType(SrcReg); in tryCombineUnmergeValues() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 463 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode() 954 LLT OpTy = MRI.getType(SrcReg); in tryCombineUnmergeValues() local
|