Home
last modified time | relevance | path

Searched defs:NumOps (Results 1 – 25 of 161) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h76 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
183 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands()
191 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
DConstant.h46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
DGlobalObject.h35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
/external/llvm/include/llvm/IR/
DUser.h70 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
170 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands()
178 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
DConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
DInstrTypes.h43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
46 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
DGlobalObject.h34 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DUser.h74 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
208 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands()
216 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
DDerivedUser.h38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, in DerivedUser()
DConstant.h44 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
DInstrTypes.h60 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
63 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
DGlobalObject.h35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
43 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
DConstant.h46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
DUser.h50 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCallingConvLower.cpp122 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
141 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
37 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp629 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
655 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
719 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
745 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineInstrTest.cpp106 unsigned short NumOps = 2; in TEST() local
175 unsigned short NumOps = 2; in TEST() local
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp767 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
793 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
862 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
888 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp123 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
141 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp797 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
819 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
889 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
911 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCallingConvLower.cpp140 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
158 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp329 const SDValue *Ops, unsigned NumOps) { in AddNodeIDOperands()
339 const SDUse *Ops, unsigned NumOps) { in AddNodeIDOperands()
736 const SDValue *Ops,unsigned NumOps, in FindModifiedNodeSlot()
4021 SDValue SelectionDAG::getMergeValues(const SDValue *Ops, unsigned NumOps, in getMergeValues()
4037 const SDValue *Ops, unsigned NumOps, in getMemIntrinsicNode()
4048 const SDValue *Ops, unsigned NumOps, in getMemIntrinsicNode()
4071 const SDValue *Ops, unsigned NumOps, in getMemIntrinsicNode()
4399 const SDUse *Ops, unsigned NumOps) { in getNode()
4415 const SDValue *Ops, unsigned NumOps) { in getNode()
4471 const SDValue *Ops, unsigned NumOps) { in getNode()
[all …]
/external/llvm/lib/IR/
DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
35 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()

1234567