Home
last modified time | relevance | path

Searched defs:CallContext (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp71 struct CallContext { struct in __anon871769c20111::X86CallFrameOptimization
72 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext() argument
75 MachineBasicBlock::iterator FrameSetup;
78 MachineInstr *Call = nullptr;
81 MachineInstr *SPCopy = nullptr;
84 int64_t ExpectedDist = 0;
87 SmallVector<MachineInstr *, 4> ArgStoreVector;
90 bool NoStackParams = false;
93 bool UsePush = false;
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp675 struct CallContext { in registerMatchers() struct
676 CallContext(StringRef Name, std::optional<unsigned> DestinationPos, in registerMatchers() argument
682 StringRef Name; in registerMatchers()
683 std::optional<unsigned> DestinationPos; in registerMatchers()
684 std::optional<unsigned> SourcePos; in registerMatchers()
685 unsigned LengthPos; in registerMatchers()
686 bool WithIncrease; in registerMatchers()
/llvm-project/flang/lib/Lower/
H A DConvertCall.cpp833 struct CallContext { global() struct
834 CallContext__anoneb6c47651211::CallContext CallContext() argument
842 getBuilder__anoneb6c47651211::CallContext getBuilder() argument
844 getProcedureName__anoneb6c47651211::CallContext getProcedureName() argument
851 isElementalProcWithArrayArgs__anoneb6c47651211::CallContext isElementalProcWithArrayArgs() argument
861 isStatementFunctionCall__anoneb6c47651211::CallContext isStatementFunctionCall() argument
870 isBindcCall__anoneb6c47651211::CallContext isBindcCall() argument
876 procRef__anoneb6c47651211::CallContext global() argument
877 converter__anoneb6c47651211::CallContext global() argument
878 symMap__anoneb6c47651211::CallContext global() argument
879 stmtCtx__anoneb6c47651211::CallContext global() argument
880 resultType__anoneb6c47651211::CallContext global() argument
881 loc__anoneb6c47651211::CallContext global() argument
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp469 ContextTrieNode *CallContext = getContextFor(DIL); in getCalleeContextFor() local