Searched refs:getTruncStoreAction (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 683 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function 695 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal() 702 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom() 703 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 970 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function 982 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal() 989 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom() 990 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
|
D | BasicTTIImpl.h | 768 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 414 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function 426 getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 541 LA = getTLI()->getTruncStoreAction(LT.second, MemVT); in getMemoryOpCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 235 switch (TLI.getTruncStoreAction(ValVT, StVT)) { in LegalizeOp()
|
D | LegalizeDAG.cpp | 580 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 269 switch (TLI.getTruncStoreAction(ValVT, StVT)) { in LegalizeOp()
|
D | LegalizeDAG.cpp | 602 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1614 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeOp()
|