Home
last modified time | relevance | path

Searched defs:isDirect (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp439 getCallOpcode(const MachineFunction & MF,const ARMSubtarget & STI,bool isDirect) getCallOpcode() argument
H A DARMISelLowering.cpp2685 bool isDirect = false; LowerCall() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1167 bool isDirect = callee.has_value(); print() local
1210 parseCallTypeAndResolveOperands(OpAsmParser & parser,OperationState & result,bool isDirect,ArrayRef<OpAsmParser::UnresolvedOperand> operands) parseCallTypeAndResolveOperands() argument
1283 bool isDirect = operands.empty(); parse() local
1398 bool isDirect = callee.has_value(); print() local
1463 bool isDirect = operands.empty(); parse() local
[all...]
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h296 bool isDirect() const { return TheKind == Direct; } isDirect() function
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2769 bool isDirect = Method && Method->isDirectMethod(); GenerateMessageSend() local
4063 bool isDirect = OMD->isDirectMethod(); GenerateMethod() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1077 bool isDirect = getCallee().has_value(); print() local
1110 bool isDirect = operands.empty(); parse() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp72 bool isDirect() const { return P.getInt() & Direct; } in isDirect() function in __anon0d3d1f130111::BindingKey