HomeSort by relevance Sort by last modified time
    Searched refs:setOperand (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 290 User->setOperand(U.getOperandNo(), SExt);
293 SExt->setOperand(0, Inst->getOperand(0));
323 Inst->setOperand(OpIdx, ConstantInt::getSigned(SExt->getType(),
330 Inst->setOperand(OpIdx, UndefValue::get(SExt->getType()));
338 SExtForOpnd->setOperand(0, Opnd);
343 Inst->setOperand(OpIdx, SExtForOpnd);
  /external/llvm/include/llvm/IR/
OperandTraits.h 111 inline void setOperand(unsigned, VALUECLASS*); \
142 void CLASS::setOperand(unsigned i_nocapture, VALUECLASS *Val_nocapture) { \
144 && "setOperand() out of range!"); \
User.h 94 void setOperand(unsigned i, Value *Val) {
95 assert(i < NumOperands && "setOperand() out of range!");
98 "Cannot mutate a constant with setOperand!");
CallSite.h 121 getInstruction()->setOperand(ArgNo, newVal);
  /external/llvm/lib/IR/
User.cpp 34 // The side effects of this setOperand call include linking to
37 setOperand(i, To); // Fix it now...
Globals.cpp 208 this->setOperand(0, cast<Constant>(To));
300 setOperand(0, Aliasee);
  /external/llvm/unittests/IR/
VerifierTest.cpp 39 // ... then use setOperand to redirect it to a value of different type.
42 BI->setOperand(0, Zero32);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 45 I->setOperand(OpNo, ConstantInt::get(OpC->getType(), Demanded));
    [all...]
InstCombineShifts.cpp 51 I.setOperand(1, Rem);
209 I->setOperand(0, GetShiftedValue(I->getOperand(0), NumBits,isLeftShift,IC));
210 I->setOperand(1, GetShiftedValue(I->getOperand(1), NumBits,isLeftShift,IC));
227 BO->setOperand(1, ConstantInt::get(BO->getType(), NewShAmt));
249 BO->setOperand(1, ConstantInt::get(BO->getType(),
268 BO->setOperand(1, ConstantInt::get(BO->getType(), NewShAmt));
289 BO->setOperand(1, ConstantInt::get(BO->getType(),
296 I->setOperand(1, GetShiftedValue(I->getOperand(1), NumBits,isLeftShift,IC));
297 I->setOperand(2, GetShiftedValue(I->getOperand(2), NumBits,isLeftShift,IC));
    [all...]
InstCombineSelect.cpp 558 ICI->setOperand(0, CmpLHS);
559 ICI->setOperand(1, CmpRHS);
560 SI.setOperand(1, TrueVal);
561 SI.setOperand(2, FalseVal);
628 SI.setOperand(1, CmpRHS);
632 SI.setOperand(2, CmpRHS);
    [all...]
InstCombineLoadStoreAlloca.cpp 173 AI.setOperand(0, V);
225 AI.setOperand(0, ConstantInt::get(AI.getArraySize()->getType(), 1));
454 LI.setOperand(0, SI->getOperand(2));
461 LI.setOperand(0, SI->getOperand(1));
563 SI.setOperand(0, NewCast);
564 SI.setOperand(1, CastOp);
681 SI.setOperand(0, UndefValue::get(Val->getType()));
    [all...]
InstructionCombining.cpp 228 I.setOperand(0, A);
229 I.setOperand(1, V);
257 I.setOperand(0, V);
258 I.setOperand(1, C);
279 I.setOperand(0, V);
280 I.setOperand(1, B);
299 I.setOperand(0, B);
300 I.setOperand(1, V);
332 I.setOperand(0, New);
333 I.setOperand(1, Folded)
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 166 MI->setOperand(Idx, Cast->getOperand(0));
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 324 Neg->setOperand(1, Constant::getNullValue(Neg->getType())); // Drop use of op.
586 I->setOperand(OpIdx, UndefValue::get(I->getType()));
741 Op->setOperand(0, NewLHS);
747 Op->setOperand(1, NewRHS);
772 Op->setOperand(1, NewRHS);
    [all...]
ConstantHoisting.cpp 453 Inst->setOperand(Idx, IncomingVal);
459 Inst->setOperand(Idx, Mat);
498 ClonedCastInst->setOperand(0, Mat);
515 ConstExprInst->setOperand(0, Mat);
SimplifyCFGPass.cpp 132 RetBlock->getTerminator()->setOperand(0, RetBlockPHI);
SeparateConstOffsetFromGEP.cpp 449 Ext->setOperand(0, Current);
549 BO->setOperand(OpNo, NextInChain);
718 GEP->setOperand(I, NewIdx);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
RewriteElseBlocks.cpp 53 unary->setOperand(operand);
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 142 CmpI->setOperand(0, ArgValue);
  /external/skia/src/pathops/
SkOpEdgeBuilder.cpp 159 fCurrentContour->setOperand(fOperand);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
SjLjEHPrepare.cpp 262 EI->setOperand(0, AI);
263 NI->setOperand(0, AI);
278 NC->setOperand(0, AI);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpEdgeBuilder.cpp 177 fCurrentContour->setOperand(fOperand);
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 143 PN->setOperand(I, NewInst);

Completed in 477 milliseconds

1 2 3