Home
last modified time | relevance | path

Searched refs:shouldSplatInsEltVarIndex (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1036 bool shouldSplatInsEltVarIndex(EVT VT) const override;
DX86ISelLowering.cpp5451 bool X86TargetLowering::shouldSplatInsEltVarIndex(EVT VT) const { in shouldSplatInsEltVarIndex() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h924 bool shouldSplatInsEltVarIndex(EVT VT) const override;
DX86ISelLowering.cpp5311 bool X86TargetLowering::shouldSplatInsEltVarIndex(EVT VT) const { in shouldSplatInsEltVarIndex() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h649 virtual bool shouldSplatInsEltVarIndex(EVT) const { in shouldSplatInsEltVarIndex() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h784 virtual bool shouldSplatInsEltVarIndex(EVT) const { in shouldSplatInsEltVarIndex() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16873 if (InVec.isUndef() && TLI.shouldSplatInsEltVarIndex(VT)) { in visitINSERT_VECTOR_ELT()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17986 if (InVec.isUndef() && TLI.shouldSplatInsEltVarIndex(VT)) { in visitINSERT_VECTOR_ELT()