Home
last modified time | relevance | path

Searched defs:CastOpc (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h419 const unsigned CastOpc = CastMI.getOpcode(); tryFoldUnmergeCast() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5303 simplifyCastInst(unsigned CastOpc,Value * Op,Type * Ty,const SimplifyQuery & Q,unsigned MaxRecurse) simplifyCastInst() argument
5337 simplifyCastInst(unsigned CastOpc,Value * Op,Type * Ty,const SimplifyQuery & Q) simplifyCastInst() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2275 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; narrowMathIfNoOverflow() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4625 unsigned CastOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; LowerVectorINT_TO_FP() local
4674 unsigned CastOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; LowerVectorINT_TO_FP() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6014 unsigned CastOpc; LowerVectorINT_TO_FP() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56357 if (std::optional<unsigned> CastOpc = combineConcatVectorOps() local
[all...]