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

1 2 3 4 5 6 7 8 91011

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DerivedUser.h 34 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
36 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
User.h 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
76 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
77 NumUserOperands = NumOps;
192 void setGlobalVariableNumOperands(unsigned NumOps) {
193 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
194 NumUserOperands = NumOps;
200 void setNumHungOffUseOperands(unsigned NumOps) {
202 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
203 NumUserOperands = NumOps;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DerivedUser.h 34 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
36 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
User.h 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
76 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
77 NumUserOperands = NumOps;
192 void setGlobalVariableNumOperands(unsigned NumOps) {
193 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
194 NumUserOperands = NumOps;
200 void setNumHungOffUseOperands(unsigned NumOps) {
202 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
203 NumUserOperands = NumOps;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DerivedUser.h 38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
40 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
User.h 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
76 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
77 NumUserOperands = NumOps;
192 void setGlobalVariableNumOperands(unsigned NumOps) {
193 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
194 NumUserOperands = NumOps;
200 void setNumHungOffUseOperands(unsigned NumOps) {
202 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
203 NumUserOperands = NumOps;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DerivedUser.h 38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
40 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
User.h 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
76 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
77 NumUserOperands = NumOps;
192 void setGlobalVariableNumOperands(unsigned NumOps) {
193 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
194 NumUserOperands = NumOps;
200 void setNumHungOffUseOperands(unsigned NumOps) {
202 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
203 NumUserOperands = NumOps;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DerivedUser.h 38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
40 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
User.h 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
76 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
77 NumUserOperands = NumOps;
192 void setGlobalVariableNumOperands(unsigned NumOps) {
193 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
194 NumUserOperands = NumOps;
200 void setNumHungOffUseOperands(unsigned NumOps) {
202 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
203 NumUserOperands = NumOps;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DerivedUser.h 38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
40 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
User.h 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
76 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
77 NumUserOperands = NumOps;
192 void setGlobalVariableNumOperands(unsigned NumOps) {
193 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
194 NumUserOperands = NumOps;
200 void setNumHungOffUseOperands(unsigned NumOps) {
202 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
203 NumUserOperands = NumOps;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DerivedUser.h 34 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
36 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
User.h 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
76 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
77 NumUserOperands = NumOps;
192 void setGlobalVariableNumOperands(unsigned NumOps) {
193 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
194 NumUserOperands = NumOps;
200 void setNumHungOffUseOperands(unsigned NumOps) {
202 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
203 NumUserOperands = NumOps;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DerivedUser.h 34 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
36 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
User.h 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
76 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
77 NumUserOperands = NumOps;
192 void setGlobalVariableNumOperands(unsigned NumOps) {
193 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
194 NumUserOperands = NumOps;
200 void setNumHungOffUseOperands(unsigned NumOps) {
202 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
203 NumUserOperands = NumOps;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DerivedUser.h 38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
40 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DerivedUser.h 38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
40 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DerivedUser.h 38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
40 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DerivedUser.h 38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
40 : User(Ty, VK, U, NumOps), DeleteValue(DeleteValue) {}
  /external/llvm/include/llvm/IR/
User.h 70 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
72 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
73 NumUserOperands = NumOps;
170 void setGlobalVariableNumOperands(unsigned NumOps) {
171 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
172 NumUserOperands = NumOps;
178 void setNumHungOffUseOperands(unsigned NumOps) {
180 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
181 NumUserOperands = NumOps;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
User.h 76 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
78 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
79 NumUserOperands = NumOps;
183 void setGlobalVariableNumOperands(unsigned NumOps) {
184 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
185 NumUserOperands = NumOps;
191 void setNumHungOffUseOperands(unsigned NumOps) {
193 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
194 NumUserOperands = NumOps;
  /external/swiftshader/third_party/LLVM/include/llvm/
Constant.h 46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
47 : User(ty, vty, Ops, NumOps) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 76 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
78 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
79 NumUserOperands = NumOps;
191 void setGlobalVariableNumOperands(unsigned NumOps) {
192 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
193 NumUserOperands = NumOps;
199 void setNumHungOffUseOperands(unsigned NumOps) {
201 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
202 NumUserOperands = NumOps;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 76 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
78 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
79 NumUserOperands = NumOps;
191 void setGlobalVariableNumOperands(unsigned NumOps) {
192 assert(NumOps <= 1 && "GlobalVariable can only have 0 or 1 operands");
193 NumUserOperands = NumOps;
199 void setNumHungOffUseOperands(unsigned NumOps) {
201 assert(NumOps < (1u << NumUserOperandsBits) && "Too many operands");
202 NumUserOperands = NumOps;

Completed in 874 milliseconds

1 2 3 4 5 6 7 8 91011