Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp10940 auto ConstantIdx = dyn_cast<ConstantSDNode>(V.getOperand(2)); in lowerVectorShuffleAsBroadcast() local
10941 if (!ConstantIdx) in lowerVectorShuffleAsBroadcast()
10944 int BeginIdx = (int)ConstantIdx->getZExtValue(); in lowerVectorShuffleAsBroadcast()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp11700 auto ConstantIdx = dyn_cast<ConstantSDNode>(V.getOperand(2)); in lowerVectorShuffleAsBroadcast() local
11701 if (!ConstantIdx) in lowerVectorShuffleAsBroadcast()
11704 int BeginIdx = (int)ConstantIdx->getZExtValue(); in lowerVectorShuffleAsBroadcast()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp12269 auto ConstantIdx = dyn_cast<ConstantSDNode>(V.getOperand(2)); in lowerShuffleAsBroadcast() local
12270 if (!ConstantIdx) in lowerShuffleAsBroadcast()
12274 int Idx = (int)ConstantIdx->getZExtValue(); in lowerShuffleAsBroadcast()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp12744 auto ConstantIdx = dyn_cast<ConstantSDNode>(V.getOperand(2)); in lowerShuffleAsBroadcast() local
12745 if (!ConstantIdx) in lowerShuffleAsBroadcast()
12749 int Idx = (int)ConstantIdx->getZExtValue(); in lowerShuffleAsBroadcast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12744 auto ConstantIdx = dyn_cast<ConstantSDNode>(V.getOperand(2)); in lowerShuffleAsBroadcast() local
12745 if (!ConstantIdx) in lowerShuffleAsBroadcast()
12749 int Idx = (int)ConstantIdx->getZExtValue(); in lowerShuffleAsBroadcast()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12744 auto ConstantIdx = dyn_cast<ConstantSDNode>(V.getOperand(2)); in lowerShuffleAsBroadcast() local
12745 if (!ConstantIdx) in lowerShuffleAsBroadcast()
12749 int Idx = (int)ConstantIdx->getZExtValue(); in lowerShuffleAsBroadcast()