Home
last modified time | relevance | path

Searched refs:createCall (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp823 static MachineInstr *createCall(MachineBasicBlock &MBB, in createCall() function
866 OriginalCall = createCall(MBB, MBBI, TII, MI.getOperand(2), in expandCALL_RVMARKER()
899 MachineInstr *Call = createCall(MBB, MBBI, TII, MI.getOperand(0), in expandCALL_BTI()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp599 CallRef createCall(const FunctionDecl *Callee) { in createCall() function in __anonfb577fba0111::CallStackFrame
6896 CallRef Call = Info.CurrentCall->createCall(Definition); in HandleConstructorCall()
8345 Call = Info.CurrentCall->createCall(FD); in handleCallExpr()
8432 Call = Info.CurrentCall->createCall(FD); in handleCallExpr()
17848 CallRef Call = Info.CurrentCall->createCall(Callee); in EvaluateWithSubstitution()