Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
64 Constant *llvm::getPredForFCmpCode(unsigned Code, Type *OpTy, in getPredForFCmpCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp523 Type *OpTy = Op->getType(); in deduceNestedTypeHelper() local
545 Type *OpTy = ArrTy->getElementType(); in deduceNestedTypeHelper() local
563 Type *OpTy = VecTy->getElementType(); in deduceNestedTypeHelper() local
778 Type *OpTy = Op->getType(); in deduceOperandElementType() local
1132 Type *OpTy = Op->getType(); in insertPtrCastOrAssignTypeInstr() local
1468 Type *OpTy = Op->getType(); in insertAssignTypeIntrs() local
1475 Type *OpTy = Op->getType(); in insertAssignTypeIntrs() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h177 Type *OpTy = getAccommodatingFloatType(DstTy, SrcSema); in CreateFixedToFloating() local
194 Type *OpTy = getAccommodatingFloatType(Src->getType(), DstSema); in CreateFloatingToFixed() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp318 LLT OpTy = MRI.getType(MI.getOperand(Idx).getReg()); in getInstrMapping() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3379 Type *OpTy = getTypeByID(OpTyID); in parseConstants() local
3472 VectorType *OpTy = in parseConstants() local
3493 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local
3513 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in parseConstants() local
3523 VectorType *OpTy = in parseConstants() local
3536 Type *OpTy = getTypeByID(OpTyID); in parseConstants() local
5630 Type *OpTy = getTypeByID(OpTyID); in parseFunctionBody() local
5688 Type *OpTy = getTypeByID(OpTyID); in parseFunctionBody() local
5713 Type *OpTy = getTypeByID(OpTyID); in parseFunctionBody() local
5851 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in parseFunctionBody() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp250 Type *OpTy = OpInfo.CallOperandVal->getType(); in lowerInlineAsm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp265 auto *OpTy = cast<FixedVectorType>(Op->getType()); in trySADReplacement() local
H A DX86InstCombineIntrinsic.cpp652 Type *OpTy = Op1->getType(); in simplifyX86addcarry() local
2910 auto *OpTy = cast<FixedVectorType>(II.getType()); in instCombineIntrinsic() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h512 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode()
1066 LLT OpTy = MRI.getType(SrcReg); in tryCombineUnmergeValues() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp459 LLT OpTy = MRI.getType(MI.getOperand(Idx).getReg()); in getSameKindOfOperandsMapping() local
H A DAArch64PreLegalizerCombiner.cpp650 LLT OpTy = MRI.getType(ResVal); in tryToSimplifyUADDO() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp117 for (auto *OpTy : RemainingOps) { in createMemCpyLoopKnownSize() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1731 auto *OpTy = cast<FixedVectorType>(Op->getType()); in identifyDeinterleave() local
1749 auto *OpTy = cast<FixedVectorType>(Op->getType()); in identifyDeinterleave() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1249 auto OpTy = getInstResultType(DstChild, Target); in importExplicitUseRenderer() local
1557 auto OpTy = MVTToLLT(ExtTy.getMachineValueType().SimpleTy); in importExplicitDefRenderers() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp726 Type *OpTy = nullptr; in getCmpOpsType() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2153 Type *OpTy = StructType::create({RetTy, CondTy}); in getTypeBasedIntrinsicInstrCost() local
2175 Type *OpTy = StructType::create({RetTy, CondTy}); in getTypeBasedIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2467 Type *OpTy = CI->getArgOperand(0)->getType(); in upgradeX86IntrinsicCall() local
2488 Type *OpTy = CI->getArgOperand(0)->getType(); in upgradeX86IntrinsicCall() local
2512 Type *OpTy = Args[0]->getType(); in upgradeX86IntrinsicCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp863 MVT OpTy = Op.getValueType().getSimpleVT(); in SelectTypecast() local
889 MVT OpTy = N->getOperand(0).getValueType().getSimpleVT(); (void)OpTy; in SelectV2Q() local
H A DHexagonISelLowering.cpp1053 MVT OpTy = ty(LHS); in LowerSETCC() local
1110 MVT OpTy = ty(Op1); in LowerVSELECT() local
3010 MVT OpTy = ty(Op.getOperand(0)); LowerCONCAT_VECTORS() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp699 uint8_t OpTy = Desc.operands()[UseOpIdx].OperandType; in tryToFoldACImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp241 Type *OpTy = OpX->getType(); in instCombineIntrinsic() local
H A DARMFastISel.cpp1582 Type *OpTy = I->getOperand(0)->getType(); in SelectFPToI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp819 const uint8_t OpTy = Desc.operands()[OpNo].OperandType; in printRegularOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5700 Type *OpTy = LF.OperandValToReplace->getType(); in Expand() local
5937 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI() local
6011 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1277 Type *OpTy = Operands[0]->getType(); in getInstructionCost() local

12