/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 523 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 D | FixedPointBuilder.h | 177 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 D | RISCVRegisterBankInfo.cpp | 318 LLT OpTy = MRI.getType(MI.getOperand(Idx).getReg()); in getInstrMapping() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3379 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 D | InlineAsmLowering.cpp | 250 Type *OpTy = OpInfo.CallOperandVal->getType(); in lowerInlineAsm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 265 auto *OpTy = cast<FixedVectorType>(Op->getType()); in trySADReplacement() local
|
H A D | X86InstCombineIntrinsic.cpp | 652 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 D | LegalizationArtifactCombiner.h | 512 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 D | AArch64RegisterBankInfo.cpp | 459 LLT OpTy = MRI.getType(MI.getOperand(Idx).getReg()); in getSameKindOfOperandsMapping() local
|
H A D | AArch64PreLegalizerCombiner.cpp | 650 LLT OpTy = MRI.getType(ResVal); in tryToSimplifyUADDO() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 117 for (auto *OpTy : RemainingOps) { in createMemCpyLoopKnownSize() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 1731 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 D | GlobalISelEmitter.cpp | 1249 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 D | SystemZTargetTransformInfo.cpp | 726 Type *OpTy = nullptr; in getCmpOpsType() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2153 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 D | AutoUpgrade.cpp | 2467 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 D | HexagonISelDAGToDAG.cpp | 863 MVT OpTy = Op.getValueType().getSimpleVT(); in SelectTypecast() local 889 MVT OpTy = N->getOperand(0).getValueType().getSimpleVT(); (void)OpTy; in SelectV2Q() local
|
H A D | HexagonISelLowering.cpp | 1053 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 D | SIFoldOperands.cpp | 699 uint8_t OpTy = Desc.operands()[UseOpIdx].OperandType; in tryToFoldACImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 241 Type *OpTy = OpX->getType(); in instCombineIntrinsic() local
|
H A D | ARMFastISel.cpp | 1582 Type *OpTy = I->getOperand(0)->getType(); in SelectFPToI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 819 const uint8_t OpTy = Desc.operands()[OpNo].OperandType; in printRegularOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 5700 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 D | TargetTransformInfoImpl.h | 1277 Type *OpTy = Operands[0]->getType(); in getInstructionCost() local
|