Searched defs:CastOpc (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 374 const unsigned CastOpc = CastMI.getOpcode(); in tryFoldUnmergeCast() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4329 static Value *SimplifyCastInst(unsigned CastOpc, Value *Op, in SimplifyCastInst() 4363 Value *llvm::SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in SimplifyCastInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1615 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 5060 static Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() 5094 Value *llvm::simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1914 CastInst::CastOps CastOpc = IsSext ? Instruction::SExt : Instruction::ZExt; in narrowMathIfNoOverflow() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1634 Instruction::CastOps CastOpc = Cast0->getOpcode(); in SimplifyAndInst() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2000 unsigned CastOpc = in LowerVectorINT_TO_FP() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4147 unsigned CastOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP() local 4183 unsigned CastOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerVectorINT_TO_FP() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4205 unsigned CastOpc; in LowerVectorINT_TO_FP() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2640 unsigned CastOpc = in LowerVectorINT_TO_FP() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5462 unsigned CastOpc; in LowerVectorINT_TO_FP() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5969 unsigned CastOpc; in LowerVectorINT_TO_FP() local
|