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

  /external/llvm/include/llvm/Target/
TargetLowering.h 290 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
296 BooleanContent getBooleanContents(EVT Type) const {
297 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 263 TLI.getBooleanContents(false, false);
264 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
270 if (TLI.getBooleanContents(false, false) !=
271 TLI.getBooleanContents(false, true)) {
276 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType());
277 VecBool = TLI.getBooleanContents(OpVT);
380 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
    [all...]
TargetLowering.cpp     [all...]
LegalizeTypes.cpp     [all...]
LegalizeVectorOps.cpp 863 TLI.getBooleanContents(Op1.getValueType()) !=
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]

Completed in 638 milliseconds