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

1 2 3 4

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 89 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric);
94 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric);
99 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric);
104 BI->setOperand(0, NewASCToGeneric);
NVPTXLowerKernelArgs.cpp 189 PtrInGlobal->setOperand(0, Ptr);
NVPTXFavorNonGenericAddrSpaces.cpp 261 MI->setOperand(Idx, ASC->getOperand(0));
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 293 User->setOperand(U.getOperandNo(), SExt);
296 SExt->setOperand(0, Inst->getOperand(0));
326 Inst->setOperand(OpIdx, ConstantInt::getSigned(SExt->getType(),
333 Inst->setOperand(OpIdx, UndefValue::get(SExt->getType()));
341 SExtForOpnd->setOperand(0, Opnd);
346 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 136 void setOperand(unsigned i, Value *Val) {
137 assert(i < NumUserOperands && "setOperand() out of range!");
140 "Cannot mutate a constant with setOperand!");
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 485 ICI->setOperand(0, CmpLHS);
486 ICI->setOperand(1, CmpRHS);
487 SI.setOperand(1, TrueVal);
488 SI.setOperand(2, FalseVal);
536 SI.setOperand(1, CmpRHS);
540 SI.setOperand(2, CmpRHS);
    [all...]
InstCombineSimplifyDemanded.cpp 45 I->setOperand(OpNo, ConstantInt::get(OpC->getType(), Demanded));
    [all...]
InstCombineShifts.cpp 51 I.setOperand(1, Rem);
212 I->setOperand(
214 I->setOperand(
232 BO->setOperand(1, ConstantInt::get(BO->getType(), NewShAmt));
254 BO->setOperand(1, ConstantInt::get(BO->getType(),
273 BO->setOperand(1, ConstantInt::get(BO->getType(), NewShAmt));
294 BO->setOperand(1, ConstantInt::get(BO->getType(),
301 I->setOperand(
303 I->setOperand(
    [all...]
InstCombineLoadStoreAlloca.cpp 177 AI.setOperand(0, V);
217 AI.setOperand(0, V);
241 AI.setOperand(0, ConstantInt::get(AI.getArraySize()->getType(), 1));
745 NewGEPI->setOperand(Idx,
748 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI);
    [all...]
InstructionCombining.cpp 214 I.setOperand(0, A);
215 I.setOperand(1, V);
243 I.setOperand(0, V);
244 I.setOperand(1, C);
265 I.setOperand(0, V);
266 I.setOperand(1, B);
285 I.setOperand(0, B);
286 I.setOperand(1, V);
318 I.setOperand(0, New);
319 I.setOperand(1, Folded)
    [all...]
InstCombineVectorOps.cpp 160 EI.setOperand(0, V);
206 EI.setOperand(0, IE->getOperand(0));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 104 I->setOperand(i, nullptr);
ConstantHoisting.cpp 457 Inst->setOperand(Idx, IncomingVal);
463 Inst->setOperand(Idx, Mat);
502 ClonedCastInst->setOperand(0, Mat);
519 ConstExprInst->setOperand(0, Mat);
LowerExpectIntrinsic.cpp 123 CmpI->setOperand(0, ArgValue);
Reassociate.cpp 360 Neg->setOperand(1, Constant::getNullValue(Ty)); // Drop use of op.
622 I->setOperand(OpIdx, UndefValue::get(I->getType()));
    [all...]
SeparateConstOffsetFromGEP.cpp 581 Ext->setOperand(0, Current);
    [all...]
SimplifyCFGPass.cpp 113 RetBlock->getTerminator()->setOperand(0, RetBlockPHI);
  /external/llvm/lib/IR/
Metadata.cpp 421 setOperand(Op++, MD);
423 setOperand(Op++, MD);
593 setOperand(I, nullptr);
606 setOperand(Op, New);
614 setOperand(Op, New);
639 setOperand(O, nullptr);
762 setOperand(I, New);
769 void MDNode::setOperand(unsigned I, Metadata *New) {
998 void NamedMDNode::setOperand(unsigned I, MDNode *New) {
    [all...]
Globals.cpp 284 setOperand(0, Aliasee);
User.cpp 32 // The side effects of this setOperand call include linking to
35 setOperand(i, To); // Fix it now...
  /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/Utils/
SimplifyIndVar.cpp 141 UseInst->setOperand(OperIdx, IVSrc);
224 ICmp->setOperand(0, NewLHS);
225 ICmp->setOperand(1, NewRHS);
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 229 Second->setOperand(i, BoolToIntMap[First->getOperand(i)]);
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 144 PN->setOperand(I, NewInst);

Completed in 878 milliseconds

1 2 3 4