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

  /external/llvm/include/llvm/Target/
TargetLowering.h 356 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
362 BooleanContent getBooleanContents(EVT Type) const {
363 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 290 TLI.getBooleanContents(false, false);
291 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
297 if (TLI.getBooleanContents(false, false) !=
298 TLI.getBooleanContents(false, true)) {
303 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType());
304 VecBool = TLI.getBooleanContents(OpVT);
409 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
    [all...]
TargetLowering.cpp     [all...]
LegalizeTypes.cpp     [all...]
LegalizeVectorOps.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 730 if (TLI.getBooleanContents(N.getValueType()) ==
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]

Completed in 185 milliseconds