Searched refs:callOp (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | CIRCanonicalize.cpp | 139 assert(!cir::MissingFeatures::callOp()); in runOnOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrControl.td | 299 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 D | MissingFeatures.h | 271 static bool callOp() { return false; } in callOp() function
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 484 cir::CIRCallOpInterface *callOp, in emitCall() argument 602 if (callOp) in emitCall() 603 *callOp = theCall; in emitCall()
|
| H A D | CIRGenExpr.cpp | 1241 cir::CIRCallOpInterface callOp; in emitCall() local 1242 RValue callResult = emitCall(funcInfo, callee, returnValue, args, &callOp, in emitCall()
|
| H A D | CIRGenFunction.h | 790 const CallArgList &args, cir::CIRCallOpInterface *callOp,
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.h | 32 void convertSideEffectForCall(mlir::Operation *callOp, bool isNothrow,
|
| H A D | LowerToLLVM.cpp | 235 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()
|