HomeSort by relevance Sort by last modified time
    Searched defs:OperandNo (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Analysis/
IVUsers.cpp 171 unsigned OperandNo = U.getOperandNo();
172 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo);
BasicAliasAnalysis.cpp 728 unsigned OperandNo = 0;
730 CI != CE; ++CI, ++OperandNo) {
735 (!CS.doesNotCapture(OperandNo) && !CS.isByValArgument(OperandNo)))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXInferAddressSpaces.cpp 310 unsigned OperandNo = PHINode::getOperandNumForIncomingValue(Index);
311 NewPHI->addIncoming(NewPointerOperands[OperandNo],
533 unsigned OperandNo = UndefUse->getOperandNo();
534 assert(isa<UndefValue>(NewV->getOperand(OperandNo)));
535 NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(UndefUse->get()));
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 562 unsigned OperandNo = U.getOperandNo();
576 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo);
  /external/llvm/include/llvm/IR/
CallSite.h 143 unsigned OperandNo = U - (*this)->op_begin();
144 return getBundleOperandsStartIndex() <= OperandNo &&
145 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 168 unsigned OperandNo = U - (*this)->op_begin();
169 return getBundleOperandsStartIndex() <= OperandNo &&
170 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 168 unsigned OperandNo = U - (*this)->op_begin();
169 return getBundleOperandsStartIndex() <= OperandNo &&
170 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 168 unsigned OperandNo = U - (*this)->op_begin();
169 return getBundleOperandsStartIndex() <= OperandNo &&
170 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 171 unsigned OperandNo = U - (*this)->op_begin();
172 return getBundleOperandsStartIndex() <= OperandNo &&
173 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 171 unsigned OperandNo = U - (*this)->op_begin();
172 return getBundleOperandsStartIndex() <= OperandNo &&
173 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 171 unsigned OperandNo = U - (*this)->op_begin();
172 return getBundleOperandsStartIndex() <= OperandNo &&
173 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 171 unsigned OperandNo = U - (*this)->op_begin();
172 return getBundleOperandsStartIndex() <= OperandNo &&
173 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 168 unsigned OperandNo = U - (*this)->op_begin();
169 return getBundleOperandsStartIndex() <= OperandNo &&
170 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h 168 unsigned OperandNo = U - (*this)->op_begin();
169 return getBundleOperandsStartIndex() <= OperandNo &&
170 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h 168 unsigned OperandNo = U - (*this)->op_begin();
169 return getBundleOperandsStartIndex() <= OperandNo &&
170 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallSite.h 171 unsigned OperandNo = U - (*this)->op_begin();
172 return getBundleOperandsStartIndex() <= OperandNo &&
173 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
CallSite.h 171 unsigned OperandNo = U - (*this)->op_begin();
172 return getBundleOperandsStartIndex() <= OperandNo &&
173 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
CallSite.h 171 unsigned OperandNo = U - (*this)->op_begin();
172 return getBundleOperandsStartIndex() <= OperandNo &&
173 OperandNo < getBundleOperandsEndIndex();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
CallSite.h 171 unsigned OperandNo = U - (*this)->op_begin();
172 return getBundleOperandsStartIndex() <= OperandNo &&
173 OperandNo < getBundleOperandsEndIndex();
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]

Completed in 822 milliseconds

1 2