Searched refs:InsertedTrunc (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 1043 Instruction *&InsertedTrunc = InsertedTruncs[UserBB]; in OptimizeExtUses() local 1045 if (!InsertedTrunc) { in OptimizeExtUses() 1047 InsertedTrunc = new TruncInst(I, Src->getType(), "", InsertPt); in OptimizeExtUses() 1051 TheUse = InsertedTrunc; in OptimizeExtUses()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1017 CastInst *&InsertedTrunc = InsertedTruncs[TruncUserBB]; in SinkShiftAndTruncate() local 1019 if (!InsertedShift && !InsertedTrunc) { in SinkShiftAndTruncate() 1035 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift, in SinkShiftAndTruncate() 1040 TruncTheUse = InsertedTrunc; in SinkShiftAndTruncate() 4334 Instruction *&InsertedTrunc = InsertedTruncs[UserBB]; in optimizeExtUses() local 4336 if (!InsertedTrunc) { in optimizeExtUses() 4339 InsertedTrunc = new TruncInst(I, Src->getType(), "", &*InsertPt); in optimizeExtUses() 4340 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses() 4344 U = InsertedTrunc; in optimizeExtUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1393 CastInst *&InsertedTrunc = InsertedTruncs[TruncUserBB]; in SinkShiftAndTruncate() local 1395 if (!InsertedShift && !InsertedTrunc) { in SinkShiftAndTruncate() 1411 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift, in SinkShiftAndTruncate() 1416 TruncTheUse = InsertedTrunc; in SinkShiftAndTruncate() 5323 Instruction *&InsertedTrunc = InsertedTruncs[UserBB]; in optimizeExtUses() local 5325 if (!InsertedTrunc) { in optimizeExtUses() 5328 InsertedTrunc = new TruncInst(I, Src->getType(), "", &*InsertPt); in optimizeExtUses() 5329 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses() 5333 U = InsertedTrunc; in optimizeExtUses()
|