Home
last modified time | relevance | path

Searched refs:InsertedCast (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp776 CastInst *&InsertedCast = InsertedCasts[UserBB]; in SinkCast() local
778 if (!InsertedCast) { in SinkCast()
781 InsertedCast = CastInst::Create(CI->getOpcode(), CI->getOperand(0), in SinkCast()
786 TheUse = InsertedCast; in SinkCast()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1119 CastInst *&InsertedCast = InsertedCasts[UserBB]; in SinkCast() local
1121 if (!InsertedCast) { in SinkCast()
1124 InsertedCast = CastInst::Create(CI->getOpcode(), CI->getOperand(0), in SinkCast()
1126 InsertedCast->setDebugLoc(CI->getDebugLoc()); in SinkCast()
1130 TheUse = InsertedCast; in SinkCast()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1345 CastInst *&InsertedCast = InsertedCasts[UserBB]; in SinkCast() local
1347 if (!InsertedCast) { in SinkCast()
1350 InsertedCast = CastInst::Create(CI->getOpcode(), CI->getOperand(0), in SinkCast()
1352 InsertedCast->setDebugLoc(CI->getDebugLoc()); in SinkCast()
1356 TheUse = InsertedCast; in SinkCast()