Home
last modified time | relevance | path

Searched refs:isEliminableCastPair (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def158 // NOTE: The order matters here because CastInst::isEliminableCastPair
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.def181 // NOTE: The order matters here because CastInst::isEliminableCastPair
DInstrTypes.h680 static unsigned isEliminableCastPair(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp233 Instruction::CastOps InstCombiner::isEliminableCastPair(const CastInst *CI1, in isEliminableCastPair() function in InstCombiner
247 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, in isEliminableCastPair()
266 if (Instruction::CastOps NewOpc = isEliminableCastPair(CSrc, &CI)) { in commonCastTransforms()
DInstCombineInternal.h621 Instruction::CastOps isEliminableCastPair(const CastInst *CI1,
DInstCombineAndOrXor.cpp1489 if (isEliminableCastPair(PrecedingCI, CI)) in shouldOptimizeCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp97 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy, in foldConstantCastPair()
DInstructions.cpp2522 unsigned CastInst::isEliminableCastPair( in isEliminableCastPair() function in CastInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4348 if (CastInst::isEliminableCastPair(FirstOp, SecondOp, SrcTy, MidTy, DstTy, in SimplifyCastInst()