Home
last modified time | relevance | path

Searched defs:AddrType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h269 enum class AddrType : uint8_t { Call, AfterCall }; enum
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp359 bool WebAssemblyDAGToDAGISel::SelectAddrOperands(MVT AddrType, in SelectAddrOperands()
H A DWebAssemblyAsmPrinter.cpp265 wasm::ValType AddrType = in getOrCreateWasmSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp49 enum class AddrType { enum
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp913 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp875 auto *AddrType = cast<FixedVectorType>(Ptrs->getType()); in scalarizeMaskedVectorHistogram() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h326 bool isLegalMaskedVectorHistogram(Type *AddrType, Type *DataType) const { in isLegalMaskedVectorHistogram()
H A DTargetTransformInfo.h2432 bool isLegalMaskedVectorHistogram(Type *AddrType, Type *DataType) override { in isLegalMaskedVectorHistogram()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp524 bool TargetTransformInfo::isLegalMaskedVectorHistogram(Type *AddrType, in isLegalMaskedVectorHistogram()