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

  /external/llvm/include/llvm/Target/
TargetLowering.h 114 enum BooleanContent {
142 static ISD::NodeType getExtendForContent(BooleanContent Content) {
356 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
362 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 289 TargetLowering::BooleanContent ScalarBool =
291 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 645 milliseconds