OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemAccessTy
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
198
struct
MemAccessTy
{
206
MemAccessTy
() = default;
207
MemAccessTy
(Type *Ty, unsigned AS) : MemTy(Ty), AddrSpace(AS) {}
209
bool operator==(
MemAccessTy
Other) const {
213
bool operator!=(
MemAccessTy
Other) const { return !(*this == Other); }
215
static
MemAccessTy
getUnknown(LLVMContext &Ctx,
217
return
MemAccessTy
(Type::getVoidTy(Ctx), AS);
855
static
MemAccessTy
getAccessType(const TargetTransformInfo &TTI,
857
MemAccessTy
AccessTy(Inst->getType(),
MemAccessTy
::UnknownAddressSpace)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp
265
Type *
MemAccessTy
= I.getOperand(0)->getType();
266
NumStores += getMemoryOpCost(Instruction::Store,
MemAccessTy
, None, 0,
SystemZISelLowering.cpp
934
Type *
MemAccessTy
= (isa<LoadInst>(I) ? I->getType() :
936
bool IsFPAccess =
MemAccessTy
->isFloatingPointTy();
937
bool IsVectorAccess =
MemAccessTy
->isVectorTy();
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026