Home
last modified time | relevance | path

Searched refs:OpValue (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h55 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); variable
56 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp340 Value *OpValue = nullptr; member
364 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
365 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
377 return S.OpValue; in isOneOf()
1392 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue,
1805 OpValue = OpVal; in init()
1913 Value *OpValue = nullptr; member
1989 if (BundleMember->Inst != BundleMember->OpValue) { in schedule()
2082 void cancelScheduling(ArrayRef<Value *> VL, Value *OpValue);
2436 if (S.OpValue->getType()->isVectorTy()) { in buildTree_rec()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp991 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue) { in propagateIRFlags() argument
995 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
996 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1005 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h341 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2113 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues() local
2116 assert(!is_contained(ChainToBase, OpValue) && in rematerializeLiveValues()
2120 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase); in rematerializeLiveValues()