Searched refs:firstOp (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsDebug.cpp | 1029 bool firstOp = false; in dumpSegments() local 1032 if (!firstOp && c->operand()) { in dumpSegments() 1036 firstOp = true; in dumpSegments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 2523 Instruction::CastOps firstOp, Instruction::CastOps secondOp, in isEliminableCastPair() 2528 // case in the switch below. The rows correspond to firstOp, the columns in isEliminableCastPair() 2569 { 99,99,99, 0, 0,99,99, 0, 0,99,99, 4, 0}, // UIToFP +- firstOp in isEliminableCastPair() 2583 bool IsFirstBitcast = (firstOp == Instruction::BitCast); in isEliminableCastPair() 2593 int ElimCase = CastResults[firstOp-Instruction::CastOpsBegin] in isEliminableCastPair() 2601 return firstOp; in isEliminableCastPair() 2606 // No-op cast in second op implies firstOp as long as the DestTy in isEliminableCastPair() 2610 return firstOp; in isEliminableCastPair() 2613 // No-op cast in second op implies firstOp as long as the DestTy in isEliminableCastPair() 2616 return firstOp; in isEliminableCastPair() 2522 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) isEliminableCastPair() argument [all...] |
H A D | ConstantFold.cpp | 88 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode()); in foldConstantCastPair() local 97 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy, in foldConstantCastPair()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 239 Instruction::CastOps firstOp = CI1->getOpcode(); in isEliminableCastPair() local 247 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, in isEliminableCastPair()
|
Completed in 18 milliseconds