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

1 2 3 4 5 6 7 8 910

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 92 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric);
97 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric);
102 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric);
107 BI->setOperand(0, NewASCToGeneric);
  /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!"); \
GlobalIndirectSymbol.h 43 setOperand(0, Symbol);
  /external/swiftshader/third_party/LLVM/include/llvm/
OperandTraits.h 111 inline void setOperand(unsigned, VALUECLASS*); \
142 void CLASS::setOperand(unsigned i_nocapture, VALUECLASS *Val_nocapture) { \
144 && "setOperand() out of range!"); \
  /external/swiftshader/third_party/llvm-subzero/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!"); \
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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!"); \
GlobalIndirectSymbol.h 48 setOperand(0, Symbol);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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!"); \
GlobalIndirectSymbol.h 48 setOperand(0, Symbol);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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!"); \
GlobalIndirectSymbol.h 48 setOperand(0, Symbol);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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!"); \
GlobalIndirectSymbol.h 48 setOperand(0, Symbol);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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!"); \
GlobalIndirectSymbol.h 48 setOperand(0, Symbol);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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!"); \
GlobalIndirectSymbol.h 48 setOperand(0, Symbol);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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!"); \
GlobalIndirectSymbol.h 48 setOperand(0, Symbol);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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!"); \
GlobalIndirectSymbol.h 48 setOperand(0, Symbol);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
User.cpp 31 // The side effects of this setOperand call include linking to
34 setOperand(i, To); // Fix it now...
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
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/
InstCombineSelect.cpp 496 ICI->setOperand(0, CmpLHS);
497 ICI->setOperand(1, CmpRHS);
498 SI.setOperand(1, TrueVal);
499 SI.setOperand(2, FalseVal);
547 SI.setOperand(1, CmpRHS);
551 SI.setOperand(2, CmpRHS);
    [all...]

Completed in 1891 milliseconds

1 2 3 4 5 6 7 8 910