Home
last modified time | relevance | path

Searched defs:CastOp (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp171 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() local
280 auto CastOp = (Instruction::CastOps)I->getOpcode(); in calcRange() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2217 Instruction::CastOps CastOp = variable
2225 Instruction::CastOps CastOp = variable
2233 Instruction::CastOps CastOp = variable
2281 Instruction::CastOps CastOp = variable
2302 Instruction::CastOps CastOp = variable
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp151 std::optional<Instruction::CastOps> CastOp; in convertNvvmIntrinsicToLlvm() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h294 Instruction::CastOps CastOp = in createScalarZExtOrTrunc() local
H A DVPlanTransforms.cpp2730 Instruction::CastOps CastOp = IVTy->isFloatingPointTy() in convertToConcreteRecipes() local
H A DVPlanRecipes.cpp2037 if (auto *CastOp = dyn_cast<Instruction>(Cast)) { in execute() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp402 Value *CastOp = in expandPredicationToCastIntrinsic() local
H A DAtomicExpandPass.cpp1204 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp704 unsigned CastOp; in lowerCtpopToCountBits() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2653 Value *CastOp; in visitAnd() local
4255 Value *CastOp; in visitOr() local
5064 Value *CastOp; in visitXor() local
H A DInstructionCombining.cpp1057 Value *CastOp; in foldBinOpOfSelectAndCastOfSelectCondition() local
1059 auto MatchSelectAndCast = [&](Value *CastOp, Value *SelectOp) { in foldBinOpOfSelectAndCastOfSelectCondition()
H A DInstCombineSelect.cpp4157 Instruction::CastOps CastOp; in visitSelectInst() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8790 Instruction::CastOps *CastOp) { in lookThroughCastConst()
8885 Instruction::CastOps *CastOp) { in lookThroughCast()
8926 Instruction::CastOps *CastOp, in matchSelectPattern()
8948 FastMathFlags FMF, Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
H A DScalarEvolution.cpp7146 std::optional<unsigned> CastOp; in getRangeViaFactoring() local
9870 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV() local
9877 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp788 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp716 CastInst *CastOp; in foldBinOpIntoSelect() local
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2269 static Opcode getCastOpcode(llvm::Instruction::CastOps CastOp) { in getCastOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2900 SDValue CastOp = Bitcast.getOperand(0); in performVECTOR_SHUFFLECombine() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5198 auto CastOp = (Instruction::CastOps)Opc; in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9826 Instruction::CastOps CastOp = CI->getOpcode(); in calculateCastInst() local