Home
last modified time | relevance | path

Searched refs:SelectSupportKind (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelLowering.h263 virtual bool isSelectSupported(SelectSupportKind Kind) const { in isSelectSupported()
/external/llvm/include/llvm/Target/
DTargetLowering.h111 enum SelectSupportKind { enum
152 virtual bool isSelectSupported(SelectSupportKind kind) const { return true; } in isSelectSupported()
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp1199 TargetLowering::SelectSupportKind SelectKind; in OptimizeSelectInst()