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
865 OriginalCall = createCall(MBB, MBBI, TII, MI.getOperand(1), in expandCALL_RVMARKER()
897 MachineInstr *Call = createCall(MBB, MBBI, TII, MI.getOperand(0), in expandCALL_BTI()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp580 CallRef createCall(const FunctionDecl *Callee) { in createCall() function in __anonfb577fba0111::CallStackFrame
6590 CallRef Call = Info.CurrentCall->createCall(Definition); in HandleConstructorCall()
8005 Call = Info.CurrentCall->createCall(FD); in handleCallExpr()
8093 Call = Info.CurrentCall->createCall(FD); in handleCallExpr()
16926 CallRef Call = Info.CurrentCall->createCall(Callee); in EvaluateWithSubstitution()