Searched refs:getBooleanContents (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp522 TLI.getBooleanContents(true) !=
H A DLegalizeTypes.cpp1131 /// type i1, the bits of which conform to getBooleanContents.
1135 TargetLowering::getExtendForContent(TLI.getBooleanContents(VT.isVector()));
H A DLegalizeVectorTypes.cpp254 TargetLowering::BooleanContent ScalarBool = TLI.getBooleanContents(false);
255 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true);
341 TargetLowering::getExtendForContent(TLI.getBooleanContents(true));
H A DTargetLowering.cpp2198 getBooleanContents(false) == ZeroOrOneBooleanContent)) {
2449 switch (getBooleanContents(N0.getValueType().isVector())) {
H A DSelectionDAG.cpp1818 // The boolean result conforms to getBooleanContents. Fall through.
1821 if (TLI.getBooleanContents(Op.getValueType().isVector()) ==
2224 // The boolean result conforms to getBooleanContents. Fall through.
2227 if (TLI.getBooleanContents(Op.getValueType().isVector()) ==
H A DDAGCombiner.cpp4058 TLI.getBooleanContents(false) ==
9231 TLI.getBooleanContents(N0.getValueType().isVector()) ==
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h195 /// getBooleanContents - For targets without i1 registers, this gives the
204 BooleanContent getBooleanContents(bool isVec) const { function in class:llvm::TargetLowering
1007 /// boolean value from i1 to a wider type. See getBooleanContents.
1011 /// getBooleanContents.
1845 /// boolean values held in a type wider than i1. See getBooleanContents.
1849 /// getBooleanContents.

Completed in 219 milliseconds