/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 134 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT() argument 149 constexpr bool isPointer() const { in isPointer() function [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalityPredicates.cpp | 79 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx) { isPointer() function in LegalityPredicates 85 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx, isPointer() function in LegalityPredicates
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | HLFIRTools.h | 167 bool isPointer() const { isPointer() function
|
H A D | BoxValue.h | 379 bool isPointer() const { isPointer() function
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | InfoByHwMode.h | 172 bool isPointer() const { in isPointer() function
|
H A D | CodeGenDAGPatterns.h | 218 bool isPointer() const { return getValueTypeByHwMode().isPointer(); } isPointer() function
|
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | OperationsTest.cpp | 201 auto isPointer = [](Value *V) { return V->getType()->isPointerTy(); }; TEST() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 141 bool isPointer() const { return IsPointer; } isPointer() function
|
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 317 bool isPointer() const { return IsPointer; } in isPointer() function
|
/llvm-project/flang/lib/Semantics/ |
H A D | data-to-inits.cpp | 319 bool isPointer{lastSymbol && IsPointer(*lastSymbol)}; InitElement() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 93 bool isPointer() const { return Pointer; } isPointer() function in __anoncee49e800111::SVEType
|
H A D | NeonEmitter.cpp | 185 bool isPointer() const { return Pointer; } isPointer() function in __anon1ddc9b620111::Type
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 853 bool isPointer = copyVar() local 1207 copyVarHLFIR(mlir::Location loc,Fortran::lower::SymbolBox dst,Fortran::lower::SymbolBox src,bool isAllocatable,bool isPointer) copyVarHLFIR() argument 3609 bool isPointer = fir::isPointerType(baseTy); genFIR() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4105 bool isPointer() const { return IsPointer; } isPointer() function in __anon86ccc4101511::CatchHandlerType
|
H A D | SemaExprCXX.cpp | 984 bool isPointer = false; CheckCXXThrowOperand() local
|
H A D | SemaOverload.cpp | 12097 bool isPointer = false; NoteSurrogateCandidate() local
|