Searched defs:isLegalICmpImmediate (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp108 bool TargetTransformInfo::isLegalICmpImmediate(int64_t Imm) const { function in class:TargetTransformInfo
488 bool isLegalICmpImmediate(int64_t Imm) const { function in struct:__anon2223::NoTTI
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp138 bool BasicTTI::isLegalICmpImmediate(int64_t imm) const { function in class:BasicTTI
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1675 bool HexagonTargetLowering::isLegalICmpImmediate(int64_t Imm) const { function in class:HexagonTargetLowering
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1795 bool AArch64TargetLowering::isLegalICmpImmediate(int64_t Val) const { function in class:AArch64TargetLowering
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10518 bool ARMTargetLowering::isLegalICmpImmediate(int64_t Imm) const { function in class:ARMTargetLowering
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13957 bool X86TargetLowering::isLegalICmpImmediate(int64_t Imm) const { function in class:X86TargetLowering

Completed in 159 milliseconds