Home
last modified time | relevance | path

Searched refs:callOp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DCIRCanonicalize.cpp139 assert(!cir::MissingFeatures::callOp()); in runOnOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td299 multiclass CallPat<MxCall callOp, Predicate pred> {
301 def : Pat<(MxCall (i32 tglobaladdr:$dst)), (callOp tglobaladdr:$dst)>;
302 def : Pat<(MxCall (i32 texternalsym:$dst)), (callOp texternalsym:$dst)>;
303 def : Pat<(MxCall (i32 imm:$dst)), (callOp imm:$dst)>;
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h271 static bool callOp() { return false; } in callOp() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp484 cir::CIRCallOpInterface *callOp, in emitCall() argument
602 if (callOp) in emitCall()
603 *callOp = theCall; in emitCall()
H A DCIRGenExpr.cpp1241 cir::CIRCallOpInterface callOp; in emitCall() local
1242 RValue callResult = emitCall(funcInfo, callee, returnValue, args, &callOp, in emitCall()
H A DCIRGenFunction.h790 const CallArgList &args, cir::CIRCallOpInterface *callOp,
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.h32 void convertSideEffectForCall(mlir::Operation *callOp, bool isNothrow,
H A DLowerToLLVM.cpp235 void convertSideEffectForCall(mlir::Operation *callOp, bool isNothrow, in convertSideEffectForCall() argument
250 callOp->getContext(), /*other=*/ModRefInfo::Ref, in convertSideEffectForCall()
259 callOp->getContext(), /*other=*/ModRefInfo::NoModRef, in convertSideEffectForCall()