Home
last modified time | relevance | path

Searched refs:isStoreBitCastBeneficial (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h295 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT) const { in isStoreBitCastBeneficial() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h435 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT, in isStoreBitCastBeneficial() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h564 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT, in isStoreBitCastBeneficial() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12026 TLI.isStoreBitCastBeneficial(Value.getValueType(), SVT)) { in visitSTORE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16398 TLI.isStoreBitCastBeneficial(Value.getValueType(), SVT, in visitSTORE()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17500 TLI.isStoreBitCastBeneficial(Value.getValueType(), SVT, in visitSTORE()