Home
last modified time | relevance | path

Searched refs:getValueOperand (Results 251 – 275 of 1235) sorted by relevance

1...<<11121314151617181920>>...50

/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1135 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1169 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1310 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1312 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1233 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1243 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1271 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1275 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1122 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1156 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1297 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1299 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1107 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1135 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1276 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1278 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1210 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1220 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1248 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1252 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1157 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1185 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1330 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1332 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1135 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1169 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1310 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1312 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1249 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1259 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1287 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1291 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1218 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1227 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1255 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1259 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1126 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1160 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1297 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1299 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1249 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1259 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1287 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1291 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1249 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1259 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1287 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1291 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1135 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1169 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1310 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1312 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1233 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1243 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1271 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1275 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1218 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1227 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1255 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1259 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1122 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1156 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1297 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1299 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1218 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1227 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1255 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1259 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1203 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1212 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1240 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1244 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1186 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1214 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1359 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1361 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1182 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1191 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1218 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1222 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1135 Value *V = SI.getValueOperand(); in combineStoreToValueType()
1169 Value *V = SI.getValueOperand(); in unpackStoreToAggregate()
1310 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
1312 auto *LI = cast<LoadInst>(SI.getValueOperand()); in removeBitcastsFromLoadStoreOnMinMax()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1249 Store->getValueOperand()->getType()->isVectorTy()) in selectStore()
1259 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1287 unsigned ValueReg = getRegForValue(Store->getValueOperand()); in selectStore()
1291 ValueReg = maskI1Value(ValueReg, Store->getValueOperand()); in selectStore()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp253 auto *StoredVal = DepSI->getValueOperand(); in analyzeLoadFromClobberingStore()
270 DL.getTypeSizeInBits(DepSI->getValueOperand()->getType()).getFixedSize(); in analyzeLoadFromClobberingStore()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp162 Or = getBoundsCheckCond(SI->getPointerOperand(), SI->getValueOperand(), in addBoundsChecking()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp162 Or = getBoundsCheckCond(SI->getPointerOperand(), SI->getValueOperand(), in addBoundsChecking()

1...<<11121314151617181920>>...50