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

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 160 if (UseMCID.getNumDefs()+UI.getOperandNo() >= UseMCID.getNumOperands())
163 TII.getRegClass(UseMCID, UseMCID.getNumDefs()+UI.getOperandNo(), TRI);
174 UpdateNodeOperand(DAG, *UI, UI.getOperandNo(), SDValue(Copy, 0));
  /external/llvm/include/llvm/IR/
Use.h 111 unsigned getOperandNo() const;
  /external/llvm/lib/IR/
Use.cpp 48 unsigned Use::getOperandNo() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Use.h 101 unsigned getOperandNo() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Use.h 101 unsigned getOperandNo() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Use.h 101 unsigned getOperandNo() const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Use.h 127 unsigned getOperandNo() const;
  /external/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 263 dbgs() << " => use: op = " << U.getOperandNo()
328 if (LU->getOperandNo() != RU->getOperandNo()) {
410 DEBUG(dbgs() << " - order: " << I << ", op = " << U.getOperandNo()
422 << ", op = " << U.getOperandNo() << ", U = ";
445 dbgs() << " - order: op = " << U.getOperandNo() << ", U = ";
455 dbgs() << " - order: op = " << U.getOperandNo() << ", U = ";
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 143 /// getOperandNo - Returns the number of the current operand relative to its
146 unsigned getOperandNo() const {
  /external/swiftshader/third_party/LLVM/include/llvm/
Use.h 211 /// getOperandNo - Return the operand # of this use in its User. Defined in
214 unsigned getOperandNo() const;
User.h 167 // value_use_iterator::getOperandNo - Requires the definition of the User class.
169 unsigned value_use_iterator<UserTy>::getOperandNo() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 142 /// getOperandNo - Returns the number of the current operand relative to its
145 unsigned getOperandNo() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstrBundle.h 142 /// getOperandNo - Returns the number of the current operand relative to its
145 unsigned getOperandNo() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstrBundle.h 142 /// getOperandNo - Returns the number of the current operand relative to its
145 unsigned getOperandNo() const {

Completed in 571 milliseconds

1 2 3 4 5 6 7