Searched refs:ConvertedInsts (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 78 MapVector<Instruction *, std::tuple<Value *, int, bool>> ConvertedInsts; member in __anon644f8e080111::SystemZTDCPass 97 ConvertedInsts[I] = std::make_tuple(V, Mask, Worthy); in converted() 291 std::tie(Op0, Mask0, Worthy0) = ConvertedInsts[cast<Instruction>(I.getOperand(0))]; in convertLogicOp() 292 std::tie(Op1, Mask1, Worthy1) = ConvertedInsts[cast<Instruction>(I.getOperand(1))]; in convertLogicOp() 313 ConvertedInsts.clear(); in runOnFunction() 326 if (ConvertedInsts.empty()) in runOnFunction() 335 if (ConvertedInsts.count(dyn_cast<Instruction>(Op->getOperand(0))) && in runOnFunction() 336 ConvertedInsts.count(dyn_cast<Instruction>(Op->getOperand(1))) && in runOnFunction() 337 !ConvertedInsts.count(Op)) in runOnFunction() 348 for (auto &It : reverse(ConvertedInsts)) { in runOnFunction()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 78 MapVector<Instruction *, std::tuple<Value *, int, bool>> ConvertedInsts; member in __anond463c8d00111::SystemZTDCPass 97 ConvertedInsts[I] = std::make_tuple(V, Mask, Worthy); in converted() 291 std::tie(Op0, Mask0, Worthy0) = ConvertedInsts[cast<Instruction>(I.getOperand(0))]; in convertLogicOp() 292 std::tie(Op1, Mask1, Worthy1) = ConvertedInsts[cast<Instruction>(I.getOperand(1))]; in convertLogicOp() 313 ConvertedInsts.clear(); in runOnFunction() 326 if (ConvertedInsts.empty()) in runOnFunction() 335 if (ConvertedInsts.count(dyn_cast<Instruction>(Op->getOperand(0))) && in runOnFunction() 336 ConvertedInsts.count(dyn_cast<Instruction>(Op->getOperand(1))) && in runOnFunction() 337 !ConvertedInsts.count(Op)) in runOnFunction() 348 for (auto &It : reverse(ConvertedInsts)) { in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 431 if (ConvertedInsts.find(I) != ConvertedInsts.end()) in convert() 433 return ConvertedInsts[I]; in convert() 497 ConvertedInsts[I] = NewV; in convert() 503 for (auto &I : reverse(ConvertedInsts)) in cleanup() 512 ConvertedInsts.clear(); in runImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 417 if (ConvertedInsts.find(I) != ConvertedInsts.end()) in convert() 419 return ConvertedInsts[I]; in convert() 483 ConvertedInsts[I] = NewV; in convert() 489 for (auto &I : reverse(ConvertedInsts)) in cleanup() 498 ConvertedInsts.clear(); in runImpl()
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | Float2Int.h | 47 MapVector<Instruction *, Value *> ConvertedInsts; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | Float2Int.h | 47 MapVector<Instruction *, Value *> ConvertedInsts; variable
|