HomeSort by relevance Sort by last modified time
    Searched refs:BooleanContent (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Target/
TargetLowering.h 109 enum BooleanContent {
124 static ISD::NodeType getExtendForContent(BooleanContent Content) {
290 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
296 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 262 TargetLowering::BooleanContent ScalarBool =
264 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 45 milliseconds