Searched defs:createCall (Results 1 – 1 of 1) sorted by relevance
| /external/swiftshader/src/Reactor/ |
| D | Nucleus.cpp | 648 Value *Nucleus::createCall(Value *callee) in createCall() function in sw::Nucleus 653 Value *Nucleus::createCall(Value *callee, Value *arg) in createCall() function in sw::Nucleus 658 Value *Nucleus::createCall(Value *callee, Value *arg1, Value *arg2) in createCall() function in sw::Nucleus 663 Value *Nucleus::createCall(Value *callee, Value *arg1, Value *arg2, Value *arg3) in createCall() function in sw::Nucleus 668 Value *Nucleus::createCall(Value *callee, Value *arg1, Value *arg2, Value *arg3, Value *arg4) in createCall() function in sw::Nucleus
|