Home
last modified time | relevance | path

Searched refs:AddrType (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp49 enum class AddrType { enum
59 AddrType AM;
83 M68kISelAddressMode(AddrType AT) in M68kISelAddressMode()
109 return AM == AddrType::ARII || AM == AddrType::PCI || in isDispAddrType()
110 AM == AddrType::ARID || AM == AddrType::PCD || AM == AddrType::AL; in isDispAddrType()
117 case AddrType::ARII: in getDispSize()
118 case AddrType::PCI: in getDispSize()
121 case AddrType::ARID: in getDispSize()
122 case AddrType::PCD: in getDispSize()
124 case AddrType::AL: in getDispSize()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp77 bool SelectAddrOperands(MVT AddrType, unsigned ConstOpc, SDValue Op,
373 bool WebAssemblyDAGToDAGISel::SelectAddrOperands(MVT AddrType, in SelectAddrOperands() argument
388 CurDAG->getMachineNode(ConstOpc, DL, AddrType, in SelectAddrOperands()
389 CurDAG->getTargetConstant(0, DL, AddrType)), in SelectAddrOperands()
397 SelectAddrAddOperands(AddrType, N, Offset, Addr)) in SelectAddrOperands()
413 if (OrIsAdd && SelectAddrAddOperands(AddrType, N, Offset, Addr)) in SelectAddrOperands()
419 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), DL, AddrType); in SelectAddrOperands()
421 CurDAG->getMachineNode(ConstOpc, DL, AddrType, in SelectAddrOperands()
422 CurDAG->getTargetConstant(0, DL, AddrType)), in SelectAddrOperands()
428 Offset = CurDAG->getTargetConstant(0, DL, AddrType); in SelectAddrOperands()
H A DWebAssemblyAsmPrinter.cpp269 wasm::ValType AddrType = in getOrCreateWasmSymbol() local
271 Params.push_back(AddrType); in getOrCreateWasmSymbol()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h270 enum class AddrType : uint8_t { Call, AfterCall }; enum
288 std::pair<AddrType, lldb::addr_t> GetCallerAddress(Function &caller, in GetCallerAddress()
308 CallEdge(AddrType caller_address_type, lldb::addr_t caller_address,
318 return caller_address_type == AddrType::AfterCall && !is_tail_call in GetUnresolvedReturnPCAddress()
325 AddrType caller_address_type;
338 DirectCallEdge(const char *symbol_name, AddrType caller_address_type,
368 AddrType caller_address_type, lldb::addr_t caller_address,
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c539 destAddr.AddrType.Smi.SourceLid = in osm_vendor_send()
542 destAddr.AddrType.Gsi.RemoteQpNumber = in osm_vendor_send()
544 destAddr.AddrType.Gsi.RemoteQkey = in osm_vendor_send()
546 destAddr.AddrType.Gsi.PKey = OSM_DEFAULT_PKEY; in osm_vendor_send()
547 destAddr.AddrType.Gsi.ServiceLevel = in osm_vendor_send()
549 destAddr.AddrType.Gsi.GlobalRoute = in osm_vendor_send()
948 pRecvCmp->AddressInfo.AddrType.Smi.SourceLid; in __mad_recv_processor()
952 pRecvCmp->AddressInfo.AddrType.Gsi.RemoteQpNumber; in __mad_recv_processor()
954 pRecvCmp->AddressInfo.AddrType.Gsi.RemoteQkey; in __mad_recv_processor()
957 pRecvCmp->AddressInfo.AddrType.Gsi.ServiceLevel; in __mad_recv_processor()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp896 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local
898 AddrType.addConst(); in CheckARMBuiltinExclusiveCall()
902 if (!AddrType.isAtLeastAsQualifiedAs(ValType, getASTContext())) { in CheckARMBuiltinExclusiveCall()
905 << PointerArg->getType() << Context.getPointerType(AddrType) in CheckARMBuiltinExclusiveCall()
910 AddrType = Context.getPointerType(AddrType); in CheckARMBuiltinExclusiveCall()
911 PointerArgRes = SemaRef.ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp127 CallEdge::CallEdge(AddrType caller_address_type, lldb::addr_t caller_address, in CallEdge()
196 AddrType caller_address_type, in DirectCallEdge()
211 AddrType caller_address_type, in IndirectCallEdge()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp150 CallEdge::AddrType address_type = CallEdge::AddrType::Call;
325 calleeInfo.address_type == CallEdge::AddrType::Call; in SynthesizeTailCallFrames()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp960 auto *AddrType = cast<FixedVectorType>(Ptrs->getType()); in scalarizeMaskedVectorHistogram() local
970 unsigned VectorWidth = AddrType->getNumElements(); in scalarizeMaskedVectorHistogram()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp541 bool TargetTransformInfo::isLegalMaskedVectorHistogram(Type *AddrType, in isLegalMaskedVectorHistogram() argument
543 return TTIImpl->isLegalMaskedVectorHistogram(AddrType, DataType); in isLegalMaskedVectorHistogram()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4050 CallEdge::AddrType caller_address_type; in CollectCallEdges()
4053 caller_address_type = CallEdge::AddrType::AfterCall; in CollectCallEdges()
4056 caller_address_type = CallEdge::AddrType::AfterCall; in CollectCallEdges()
4059 caller_address_type = CallEdge::AddrType::Call; in CollectCallEdges()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h854 LLVM_ABI bool isLegalMaskedVectorHistogram(Type *AddrType,
H A DTargetTransformInfoImpl.h383 virtual bool isLegalMaskedVectorHistogram(Type *AddrType, in isLegalMaskedVectorHistogram() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp6686 Address Addr, QualType AddrType, in FlattenAccessAndType() argument
6696 WorkList.push_back({AddrType, {llvm::ConstantInt::get(IdxTy, 0)}}); in FlattenAccessAndType()