Home
last modified time | relevance | path

Searched refs:OConst (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp196 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
197 if (!OConst) in checkOffsetSize()
199 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp204 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in hasRAWHazard()
205 if (!OConst) in hasRAWHazard()
207 int SExtValue = OConst->getSExtValue(); in hasRAWHazard()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp204 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
205 if (!OConst) in checkOffsetSize()
207 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp196 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
197 if (!OConst) in checkOffsetSize()
199 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp204 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
205 if (!OConst) in checkOffsetSize()
207 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp204 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
205 if (!OConst) in checkOffsetSize()
207 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp204 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
205 if (!OConst) in checkOffsetSize()
207 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp196 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem); in checkOffsetSize() local
197 if (!OConst) in checkOffsetSize()
199 int SExtValue = OConst->getSExtValue(); in checkOffsetSize()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp204 ConstantInt *OConst = dyn_cast<ConstantInt>(OffsetElem);
205 if (!OConst)
207 int SExtValue = OConst->getSExtValue();