/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 175 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 D | IRBuilder.h | 2143 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 D | NVPTXTargetTransformInfo.cpp | 144 std::optional<Instruction::CastOps> CastOp; in simplifyNvvmIntrinsic() member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 515 Value *CastOp = nullptr; in expandPredicationToCastIntrinsic() local
|
H A D | AtomicExpandPass.cpp | 1155 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2576 Value *CastOp; in visitAnd() local 4008 Value *CastOp; in visitOr() local 4786 Value *CastOp; in visitXor() local
|
H A D | InstructionCombining.cpp | 1029 Value *CastOp; in foldBinOpOfSelectAndCastOfSelectCondition() local 1031 auto MatchSelectAndCast = [&](Value *CastOp, Value *SelectOp) { in foldBinOpOfSelectAndCastOfSelectCondition()
|
H A D | InstCombineSelect.cpp | 3793 Instruction::CastOps CastOp; in visitSelectInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 777 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 712 CastInst *CastOp; in foldBinOpIntoSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 8607 Instruction::CastOps *CastOp) { in lookThroughCast() 8702 Instruction::CastOps *CastOp, in matchSelectPattern() 8722 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
|
H A D | ScalarEvolution.cpp | 7136 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 D | WebAssemblyISelLowering.cpp | 2490 SDValue CastOp = Bitcast.getOperand(0); in performVECTOR_SHUFFLECombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5114 auto CastOp = (Instruction::CastOps)Opc; in parseFunctionBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 9746 Instruction::CastOps CastOp = CI->getOpcode(); in calculateCastInst() local
|