Home
last modified time | relevance | path

Searched defs:IsComplex (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Core/
DNumTraits.h56 IsComplex = 0, enumerator
/external/eigen/blas/
Dcommon.h92 IsComplex = Eigen::NumTraits<SCALAR>::IsComplex, enumerator
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp298 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp365 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1046 int X86TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h768 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) { return 0; } in getAddressComputationCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h815 int getAddressComputationCost(Type *Ty, bool IsComplex) override { in getAddressComputationCost()