Searched refs:isStoreBitCastBeneficial (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 295 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT) const { in isStoreBitCastBeneficial() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 435 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT, in isStoreBitCastBeneficial() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 564 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT, in isStoreBitCastBeneficial() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12026 TLI.isStoreBitCastBeneficial(Value.getValueType(), SVT)) { in visitSTORE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 16398 TLI.isStoreBitCastBeneficial(Value.getValueType(), SVT, in visitSTORE()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 17500 TLI.isStoreBitCastBeneficial(Value.getValueType(), SVT, in visitSTORE()
|