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

  /external/llvm/include/llvm/Target/
TargetLowering.h 166 /// getBooleanContents - For targets without i1 registers, this gives the
175 BooleanContent getBooleanContents(bool isVec) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeVectorTypes.cpp 233 TargetLowering::BooleanContent ScalarBool = TLI.getBooleanContents(false);
234 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true);
320 TargetLowering::getExtendForContent(TLI.getBooleanContents(true));
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 270 milliseconds