Searched refs:Formals (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 233 SmallVector<Constant *, 8> &Formals) { in getCalleeWithFormalArgs() argument 236 return getFormalParams(CS, Fn, Formals) ? Fn : nullptr; in getCalleeWithFormalArgs() 240 !getFormalParams(CS, getFunction(CE->getOperand(0)), Formals)) in getCalleeWithFormalArgs() 248 SmallVector<Constant *, 8> &Formals) { in getFormalParams() argument 266 Formals.push_back(ArgC); in getFormalParams() 536 SmallVector<Constant *, 8> Formals; in EvaluateBlock() local 537 Function *Callee = getCalleeWithFormalArgs(CS, Formals); in EvaluateBlock() 545 if (Constant *C = ConstantFoldCall(CS, Callee, Formals, TLI)) { in EvaluateBlock() 564 if (!EvaluateFunction(Callee, RetVal, Formals)) { in EvaluateBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 79 SmallVector<Constant *, 8> &Formals); 84 SmallVector<Constant *, 8> &Formals);
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 435 SmallVector<Constant*, 8> Formals; in EvaluateBlock() local 437 Formals.push_back(getVal(*i)); in EvaluateBlock() 441 if (Constant *C = ConstantFoldCall(Callee, Formals, TLI)) { in EvaluateBlock() 458 if (!EvaluateFunction(Callee, RetVal, Formals)) { in EvaluateBlock()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2456 SmallVector<Constant*, 8> Formals; in EvaluateFunction() local 2460 Formals.push_back(getVal(Values, *i)); in EvaluateFunction() 2464 if (Constant *C = ConstantFoldCall(Callee, Formals)) { in EvaluateFunction() 2475 if (!EvaluateFunction(Callee, RetVal, Formals, CallStack, in EvaluateFunction()
|