Home
last modified time | relevance | path

Searched defs:isPointer (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h134 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 DLegalityPredicates.cpp79 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 DHLFIRTools.h167 bool isPointer() const { isPointer() function
H A DBoxValue.h379 bool isPointer() const { isPointer() function
/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h172 bool isPointer() const { in isPointer() function
H A DCodeGenDAGPatterns.h218 bool isPointer() const { return getValueTypeByHwMode().isPointer(); } isPointer() function
/llvm-project/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp201 auto isPointer = [](Value *V) { return V->getType()->isPointerTy(); }; TEST() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h141 bool isPointer() const { return IsPointer; } isPointer() function
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h317 bool isPointer() const { return IsPointer; } in isPointer() function
/llvm-project/flang/lib/Semantics/
H A Ddata-to-inits.cpp319 bool isPointer{lastSymbol && IsPointer(*lastSymbol)}; InitElement() local
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp93 bool isPointer() const { return Pointer; } isPointer() function in __anoncee49e800111::SVEType
H A DNeonEmitter.cpp185 bool isPointer() const { return Pointer; } isPointer() function in __anon1ddc9b620111::Type
/llvm-project/flang/lib/Lower/
H A DBridge.cpp853 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 DSemaStmt.cpp4105 bool isPointer() const { return IsPointer; } isPointer() function in __anon86ccc4101511::CatchHandlerType
H A DSemaExprCXX.cpp984 bool isPointer = false; CheckCXXThrowOperand() local
H A DSemaOverload.cpp12097 bool isPointer = false; NoteSurrogateCandidate() local