Home
last modified time | relevance | path

Searched refs:OpB (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp419 Instruction *OpB = dyn_cast<Instruction>(GTIB.getOperand()); in lookThroughComplexAddresses() local
420 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || in lookThroughComplexAddresses()
421 OpA->getType() != OpB->getType()) in lookThroughComplexAddresses()
428 std::swap(OpA, OpB); in lookThroughComplexAddresses()
444 OpB = dyn_cast<Instruction>(OpB->getOperand(0)); in lookThroughComplexAddresses()
445 if (!OpB || ValA->getType() != OpB->getType()) in lookThroughComplexAddresses()
452 if (OpB->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
453 isa<ConstantInt>(OpB->getOperand(1)) && in lookThroughComplexAddresses()
454 IdxDiff.sle(cast<ConstantInt>(OpB->getOperand(1))->getSExtValue())) { in lookThroughComplexAddresses()
456 Safe = cast<BinaryOperator>(OpB)->hasNoSignedWrap(); in lookThroughComplexAddresses()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp449 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB, in Create() argument
454 Args, OpB, CI->getName(), InsertPt); in Create()
526 ArrayRef<OperandBundleDef> OpB, in createMalloc() argument
578 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()
585 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()
621 ArrayRef<OperandBundleDef> OpB, in CreateMalloc() argument
625 ArraySize, OpB, MallocF, Name); in CreateMalloc()
646 ArrayRef<OperandBundleDef> OpB, in CreateMalloc() argument
649 ArraySize, OpB, MallocF, Name); in CreateMalloc()
760 InvokeInst *InvokeInst::Create(InvokeInst *II, ArrayRef<OperandBundleDef> OpB, in Create() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp804 MachineOperand &OpB = Root.getOperand(OpIdx[Row][1]); in reassociateOps() local
810 Register RegB = OpB.getReg(); in reassociateOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2949 const MachineOperand &OpB = P.getOperand(i+1); in PhiInfo() local
2950 if (OpB.getMBB() == &B) { in PhiInfo()
2954 PB = OpB.getMBB(); in PhiInfo()