Home
last modified time | relevance | path

Searched refs:TargetDAGCombineArray (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1546 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray)); in hasTargetDAGCombine()
1547 return TargetDAGCombineArray[NT >> 3] & (1 << (NT&7)); in hasTargetDAGCombine()
2263 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray)); in setTargetDAGCombine()
2264 TargetDAGCombineArray[NT >> 3] |= 1 << (NT&7); in setTargetDAGCombine()
2999 TargetDAGCombineArray[(ISD::BUILTIN_OP_END+CHAR_BIT-1)/CHAR_BIT]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp714 std::fill(std::begin(TargetDAGCombineArray), in initActions()
715 std::end(TargetDAGCombineArray), 0); in initActions()