Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2374 VectorType *OpTy; in parseConstants() member
2401 VectorType *OpTy = DelayedShuffle.OpTy; in parseConstants() local
2658 Type *OpTy = getTypeByID(Record[1]); in parseConstants() local
2737 VectorType *OpTy = in parseConstants() local
2759 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local
2781 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local
2791 VectorType *OpTy = in parseConstants() local
2803 Type *OpTy = getTypeByID(Record[0]); in parseConstants() local
4564 Type *OpTy = getTypeByID(Record[1]); in parseFunctionBody() local
4622 Type *OpTy = getTypeByID(Record[0]); in parseFunctionBody() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h175 Type *OpTy = getAccommodatingFloatType(DstTy, SrcSema); in CreateFixedToFloating() local
192 Type *OpTy = getAccommodatingFloatType(Src->getType(), DstSema); in CreateFloatingToFixed() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h447 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode()
547 LLT OpTy = MRI.getType(MI.getOperand(NumDefs).getReg()); in tryCombineUnmergeValues() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp214 auto *OpTy = cast<FixedVectorType>(Op->getType()); in trySADReplacement() local
H A DX86InstCombineIntrinsic.cpp540 Type *OpTy = Op1->getType(); in simplifyX86addcarry() local
H A DX86TargetTransformInfo.cpp2785 Type *OpTy = RetTy; in getTypeBasedIntrinsicInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp310 Type *OpTy = OpInfo.CallOperandVal->getType(); in lowerInlineAsm() local
H A DMachineIRBuilder.cpp557 LLT OpTy = getMRI()->getType(Ops[0]); in buildSequence() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1730 Type *OpTy = S->getOperand(i)->getType(); in visitSMaxExpr() local
1759 Type *OpTy = S->getOperand(i)->getType(); in visitUMaxExpr() local
1788 Type *OpTy = S->getOperand(i)->getType(); in visitSMinExpr() local
1817 Type *OpTy = S->getOperand(i)->getType(); in visitUMinExpr() local
H A DLowerMemIntrinsics.cpp98 for (auto OpTy : RemainingOps) { in createMemCpyLoopKnownSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp458 LLT OpTy = MRI.getType(MI.getOperand(Idx).getReg()); in getSameKindOfOperandsMapping() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp498 Register UseReg, uint8_t OpTy, in getRegSeqInit()
539 uint8_t OpTy = OpInfo[UseOpIdx].OperandType; in tryToFoldACImm() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp458 MVT OpTy = ty(Op0); in getByteShuffle() local
1688 MVT OpTy = ty(Vs); in LowerHvxIntrinsic() local
1979 MVT OpTy = ty(Op0); in WidenHvxExtend() local
2012 MVT OpTy = ty(Op0); in WidenHvxTruncate() local
H A DHexagonISelDAGToDAG.cpp834 MVT OpTy = Op.getValueType().getSimpleVT(); in SelectTypecast() local
860 MVT OpTy = N->getOperand(0).getValueType().getSimpleVT(); (void)OpTy; in SelectV2Q() local
H A DHexagonISelLowering.cpp1037 MVT OpTy = ty(LHS); in LowerSETCC() local
1094 MVT OpTy = ty(Op1); in LowerVSELECT() local
2791 MVT OpTy = ty(Op.getOperand(0)); in LowerCONCAT_VECTORS() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1691 Type *OpTy = StructType::create({RetTy, CondTy}); in getTypeBasedIntrinsicInstrCost() local
1714 Type *OpTy = StructType::create({RetTy, CondTy}); in getTypeBasedIntrinsicInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp678 Type *OpTy = nullptr; in getCmpOpsType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp2085 Type *OpTy = CI->getArgOperand(0)->getType(); in UpgradeIntrinsicCall() local
2099 Type *OpTy = CI->getArgOperand(0)->getType(); in UpgradeIntrinsicCall() local
2124 Type *OpTy = Args[0]->getType(); in UpgradeIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp233 Type *OpTy = OpX->getType(); in instCombineIntrinsic() local
H A DARMFastISel.cpp1579 Type *OpTy = I->getOperand(0)->getType(); in SelectFPToI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5215 Type *OpTy = LF.OperandValToReplace->getType(); in Expand() local
5438 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI() local
5505 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h938 Type *OpTy = in getUserCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp604 const uint8_t OpTy = Desc.OpInfo[OpNo].OperandType; in printOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp916 LLT OpTy = MRI->getType(MO->getReg()); in verifyPreISelGenericInstruction() local

12