Home
last modified time | relevance | path

Searched defs:OpTy (Results 1 – 25 of 53) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
DScalarEvolutionExpander.cpp1667 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
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dsparse_chlo_legalize_to_linalg.cc99 #define ADD_OP(OpTy) \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h233 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode()
294 LLT OpTy = MRI.getType(MI.getOperand(NumDefs).getReg()); in tryCombineMerges() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dkernel_ops_pattern.cc448 static bool HasGpuEmitter(OpTy) { in HasGpuEmitter() argument
464 using OpTy = decltype(op_type_tag); in matchAndRewrite() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h414 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2571 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 …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3089 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp445 LLT OpTy = MRI.getType(MI.getOperand(Idx).getReg()); in getSameKindOfOperandsMapping() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp472 Register UseReg, uint8_t OpTy, in getRegSeqInit()
513 uint8_t OpTy = OpInfo[UseOpIdx].OperandType; in tryToFoldACImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp104 for (auto OpTy : RemainingOps) { in createMemCpyLoopKnownSize() local
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1618 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp628 Type *OpTy = nullptr; in getCmpOpsType() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
DTargetTransformInfo.h754 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h210 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1951 Type *OpTy = CI->getArgOperand(0)->getType(); in UpgradeIntrinsicCall() local
1965 Type *OpTy = CI->getArgOperand(0)->getType(); in UpgradeIntrinsicCall() local
1988 Type *OpTy = CI->getArgOperand(0)->getType(); in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp827 MVT OpTy = Op.getValueType().getSimpleVT(); in SelectTypecast() local
853 MVT OpTy = N->getOperand(0).getValueType().getSimpleVT(); (void)OpTy; in SelectV2Q() local
DHexagonISelLowering.cpp870 MVT OpTy = ty(LHS); in LowerSETCC() local
927 MVT OpTy = ty(Op1); in LowerVSELECT() local
2594 MVT OpTy = ty(Op.getOperand(0)); in LowerCONCAT_VECTORS() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4451 Type *OpTy = LF.OperandValToReplace->getType(); in Expand() local
4676 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI() local
4706 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp541 LLT OpTy = getMRI()->getType(Ops[0]); in buildSequence() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5145 Type *OpTy = LF.OperandValToReplace->getType(); in Expand() local
5366 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI() local
5433 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
DTargetTransformInfo.h1413 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp576 EVT OpTy = N->getOperand(1).getValueType(); in PromoteIntRes_VSELECT() local
1117 EVT OpTy = N->getOperand(1).getValueType(); in PromoteIntOp_SELECT() local

123