OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCmpSelInstrCost
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFTargetTransformInfo.h
47
InstructionCost
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy, Type *CondTy,
54
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind,
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp
249
InstructionCost HexagonTTIImpl::
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy,
259
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind, I);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
1028
InstructionCost PPCTTIImpl::
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy,
1034
BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind, I);
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp
872
InstructionCost SystemZTTIImpl::
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy,
878
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind);
954
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp
1097
InstructionCost AArch64TTIImpl::
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy,
1104
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind,
1154
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind, I);
1568
getCmpSelInstrCost
(CmpOpcode, LegalVTy, LegalVTy,
1570
getCmpSelInstrCost
(Instruction::Select, LegalVTy, LegalVTy,
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
530
InstructionCost
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy, Type *CondTy,
1046
return TargetTTI->
getCmpSelInstrCost
(Opcode, U->getType(), CondTy,
1054
return TargetTTI->
getCmpSelInstrCost
(Opcode, ValTy, U->getType(),
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
1018
InstructionCost
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy, Type *CondTy,
1028
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind,
1054
InstructionCost Cost = thisT()->
getCmpSelInstrCost
(
1425
thisT()->
getCmpSelInstrCost
(BinaryOperator::ICmp, RetTy, CondTy,
1428
thisT()->
getCmpSelInstrCost
(BinaryOperator::Select, RetTy, CondTy,
1674
// TODO: Ideally
getCmpSelInstrCost
would accept an icmp condition code.
1676
thisT()->
getCmpSelInstrCost
(BinaryOperator::ICmp, RetTy, CondTy,
1679
thisT()->
getCmpSelInstrCost
(BinaryOperator::Select, RetTy, CondTy,
1703
thisT()->
getCmpSelInstrCost
(BinaryOperator::ICmp, RetTy, CondTy,
1705
Cost += 2 * thisT()->
getCmpSelInstrCost
(
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
801
InstructionCost TargetTransformInfo::
getCmpSelInstrCost
(
807
TTIImpl->
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind, I);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
836
InstructionCost ARMTTIImpl::
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy,
951
getCmpSelInstrCost
(Opcode, ValTy->getScalarType(),
979
BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind, I);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
2159
InstructionCost X86TTIImpl::
getCmpSelInstrCost
(unsigned Opcode, Type *ValTy,
2166
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind,
2351
return BaseT::
getCmpSelInstrCost
(Opcode, ValTy, CondTy, VecPred, CostKind, I);
3458
InstructionCost ScalarCompareCost =
getCmpSelInstrCost
(
3896
getCmpSelInstrCost
(CmpOpcode, Ty, CondTy, CmpInst::BAD_ICMP_PREDICATE,
3898
getCmpSelInstrCost
(Instruction::Select, Ty, CondTy,
4386
InstructionCost ScalarCompareCost =
getCmpSelInstrCost
(
Completed in 35 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026