Searched refs:CallSiteInfo (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h60 struct CallSiteInfo { struct in struct:gwp_asan::GuardedPoolAllocator::AllocationMetadata
75 CallSiteInfo AllocationTrace;
76 CallSiteInfo DeallocationTrace;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h352 /// Serializable representation of CallSiteInfo.
353 struct CallSiteInfo { struct in namespace:llvm::yaml
378 bool operator==(const CallSiteInfo &Other) const {
384 template <> struct MappingTraits<CallSiteInfo::ArgRegPair> {
385 static void mapping(IO &YamlIO, CallSiteInfo::ArgRegPair &ArgReg) {
395 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::CallSiteInfo::ArgRegPair)
400 template <> struct MappingTraits<CallSiteInfo> {
401 static void mapping(IO &YamlIO, CallSiteInfo &CSInfo) {
405 std::vector<CallSiteInfo::ArgRegPair>());
465 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::CallSiteInfo)
[all...]
H A DMachineFunction.h394 using CallSiteInfo = SmallVector<ArgRegPair, 1>;
400 using CallSiteInfoMap = DenseMap<const MachineInstr *, CallSiteInfo>;
H A DSelectionDAG.h275 using CallSiteInfo = MachineFunction::CallSiteInfo;
279 CallSiteInfo CSInfo;
1720 CallSiteInfo getSDCallSiteInfo(const SDNode *CallNode) {
1724 return CallSiteInfo();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp354 struct CallSiteInfo { struct in namespace:__anon2608
361 /// Whether all call sites represented by this CallSiteInfo, including those
363 /// default constructed CallSiteInfo represents no call sites.
411 CallSiteInfo CSInfo;
415 std::map<std::vector<uint64_t>, CallSiteInfo> ConstCSInfo;
420 CallSiteInfo &findCallSiteInfo(CallSite CS);
423 CallSiteInfo &VTableSlotInfo::findCallSiteInfo(CallSite CS) {
519 void applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName,
522 CallSiteInfo &CSInfo,
550 void applyUniqueRetValOpt(CallSiteInfo
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp198 CallSiteInfoSym &CallSiteInfo) {
202 CallSiteInfo.getRelocationOffset(),
203 CallSiteInfo.CodeOffset, &LinkageName);
205 W.printHex("Segment", CallSiteInfo.Segment);
206 printTypeIndex("Type", CallSiteInfo.Type);
197 visitKnownRecord(CVSymbol &CVR, CallSiteInfoSym &CallSiteInfo) argument
H A DSymbolRecordMapping.cpp133 CallSiteInfoSym &CallSiteInfo) {
136 error(IO.mapInteger(CallSiteInfo.CodeOffset));
137 error(IO.mapInteger(CallSiteInfo.Segment));
139 error(IO.mapInteger(CallSiteInfo.Type));
132 visitKnownRecord(CVSymbol &CVR, CallSiteInfoSym &CallSiteInfo) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp472 yaml::CallSiteInfo YmlCS;
473 yaml::CallSiteInfo::MachineInstrLoc CallLocation;
484 yaml::CallSiteInfo::ArgRegPair YmlArgReg;
494 [](yaml::CallSiteInfo A, yaml::CallSiteInfo B) {
H A DMachineFunction.cpp871 CallSiteInfo CSInfo = std::move(CSIt->second);
891 CallSiteInfo CSInfo = CSIt->second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp358 yaml::CallSiteInfo::MachineInstrLoc MILoc = YamlCSInfo.CallLocation;
376 MachineFunction::CallSiteInfo CSInfo;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3926 MachineFunction::CallSiteInfo CSInfo;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2101 MachineFunction::CallSiteInfo CSInfo;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3809 MachineFunction::CallSiteInfo CSInfo;
[all...]

Completed in 571 milliseconds