Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp175 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() local
284 auto CastOp = (Instruction::CastOps)I->getOpcode(); in calcRange() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2143 Instruction::CastOps CastOp = variable
2151 Instruction::CastOps CastOp = variable
2159 Instruction::CastOps CastOp = variable
2203 Instruction::CastOps CastOp = variable
2223 Instruction::CastOps CastOp = variable
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp144 std::optional<Instruction::CastOps> CastOp; in simplifyNvvmIntrinsic() member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp515 Value *CastOp = nullptr; in expandPredicationToCastIntrinsic() local
H A DAtomicExpandPass.cpp1155 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2576 Value *CastOp; in visitAnd() local
4008 Value *CastOp; in visitOr() local
4786 Value *CastOp; in visitXor() local
H A DInstructionCombining.cpp1029 Value *CastOp; in foldBinOpOfSelectAndCastOfSelectCondition() local
1031 auto MatchSelectAndCast = [&](Value *CastOp, Value *SelectOp) { in foldBinOpOfSelectAndCastOfSelectCondition()
H A DInstCombineSelect.cpp3793 Instruction::CastOps CastOp; in visitSelectInst() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp777 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp712 CastInst *CastOp; in foldBinOpIntoSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8607 Instruction::CastOps *CastOp) { in lookThroughCast()
8702 Instruction::CastOps *CastOp, in matchSelectPattern()
8722 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
H A DScalarEvolution.cpp7136 std::optional<unsigned> CastOp; in getRangeViaFactoring() local
9815 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV() local
9822 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2490 SDValue CastOp = Bitcast.getOperand(0); in performVECTOR_SHUFFLECombine() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5114 auto CastOp = (Instruction::CastOps)Opc; in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9746 Instruction::CastOps CastOp = CI->getOpcode(); in calculateCastInst() local