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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp672 TLI.getBooleanContents(true) !=
H A DLegalizeTypes.cpp1104 /// type i1, the bits of which conform to getBooleanContents.
1108 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.cpp1355 getBooleanContents(false) == ZeroOrOneBooleanContent)) {
1612 switch (getBooleanContents(N0.getValueType().isVector())) {
H A DSelectionDAG.cpp1802 // The boolean result conforms to getBooleanContents. Fall through.
1805 if (TLI.getBooleanContents(Op.getValueType().isVector()) ==
2209 // The boolean result conforms to getBooleanContents. Fall through.
2212 if (TLI.getBooleanContents(Op.getValueType().isVector()) ==
H A DDAGCombiner.cpp4108 TLI.getBooleanContents(false) ==
4497 TLI.getBooleanContents(true) ==
9880 TLI.getBooleanContents(N0.getValueType().isVector()) ==
H A DLegalizeDAG.cpp3635 switch (TLI.getBooleanContents(VT.isVector())) {
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h209 /// getBooleanContents - For targets without i1 registers, this gives the
218 BooleanContent getBooleanContents(bool isVec) const { function in class:llvm::TargetLoweringBase
857 /// boolean value from i1 to a wider type. See getBooleanContents.
861 /// getBooleanContents.
1316 /// boolean values held in a type wider than i1. See getBooleanContents.
1320 /// getBooleanContents.

Completed in 130 milliseconds