/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
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
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 233 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode() 294 LLT OpTy = MRI.getType(MI.getOperand(NumDefs).getReg()); in tryCombineMerges() local
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2345 VectorType *OpTy; in parseConstants() member 2372 VectorType *OpTy = DelayedShuffle.OpTy; in parseConstants() local 2629 Type *OpTy = getTypeByID(Record[1]); in parseConstants() local 2708 VectorType *OpTy = in parseConstants() local 2730 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 2752 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local 2762 VectorType *OpTy = in parseConstants() local 2774 Type *OpTy = getTypeByID(Record[0]); in parseConstants() local 4470 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local 4528 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
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 …]
|
/external/llvm/lib/Bitcode/Reader/ |
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 …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 433 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode() 533 LLT OpTy = MRI.getType(MI.getOperand(NumDefs).getReg()); in tryCombineUnmergeValues() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86PartialReduction.cpp | 214 auto *OpTy = cast<FixedVectorType>(Op->getType()); in trySADReplacement() local
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1323 Type *OpTy = Op->getType(); in getIntrinsicInstrCost() local 1580 Type *OpTy = StructType::create({RetTy, CondTy}); in getTypeBasedIntrinsicInstrCost() local 1603 Type *OpTy = StructType::create({RetTy, CondTy}); in getTypeBasedIntrinsicInstrCost() local
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | InlineAsmLowering.cpp | 310 Type *OpTy = OpInfo.CallOperandVal->getType(); in lowerInlineAsm() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterBankInfo.cpp | 445 LLT OpTy = MRI.getType(MI.getOperand(Idx).getReg()); in getSameKindOfOperandsMapping() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 472 Register UseReg, uint8_t OpTy, in getRegSeqInit() 513 uint8_t OpTy = OpInfo[UseOpIdx].OperandType; in tryToFoldACImm() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 490 Register UseReg, uint8_t OpTy, in getRegSeqInit() 531 uint8_t OpTy = OpInfo[UseOpIdx].OperandType; in tryToFoldACImm() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ScalarEvolutionExpander.cpp | 1702 Type *OpTy = S->getOperand(i)->getType(); in visitSMaxExpr() local 1725 Type *OpTy = S->getOperand(i)->getType(); in visitUMaxExpr() local 1748 Type *OpTy = S->getOperand(i)->getType(); in visitSMinExpr() local 1771 Type *OpTy = S->getOperand(i)->getType(); in visitUMinExpr() local
|
D | LowerMemIntrinsics.cpp | 98 for (auto OpTy : RemainingOps) { in createMemCpyLoopKnownSize() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 104 for (auto OpTy : RemainingOps) { in createMemCpyLoopKnownSize() local
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64RegisterBankInfo.cpp | 453 LLT OpTy = MRI.getType(MI.getOperand(Idx).getReg()); in getSameKindOfOperandsMapping() local
|
/external/swiftshader/third_party/subzero/src/ |
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()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 446 MVT OpTy = ty(Op0); in getByteShuffle() local 1676 MVT OpTy = ty(Vs); in LowerHvxIntrinsic() local 1942 MVT OpTy = ty(Op0); in WidenHvxExtend() local 1975 MVT OpTy = ty(Op0); in WidenHvxTruncate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 628 Type *OpTy = nullptr; in getCmpOpsType() local
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 661 Type *OpTy = nullptr; in getCmpOpsType() local
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 210 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
|