Searched defs:getBooleanContents (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h175 /// getBooleanContents - For targets without i1 registers, this gives the
184 BooleanContent getBooleanContents(bool isVec) const { function in class:llvm::TargetLowering
963 /// boolean value from i1 to a wider type. See getBooleanContents.
967 /// getBooleanContents.
1691 /// boolean values held in a type wider than i1. See getBooleanContents.
1695 /// getBooleanContents.
/external/llvm/include/llvm/Target/
H A DTargetLowering.h406 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { function in class:llvm::TargetLoweringBase
412 BooleanContent getBooleanContents(EVT Type) const { function in class:llvm::TargetLoweringBase
413 return getBooleanContents(Type.isVector(), Type.isFloatingPoint());
1303 /// boolean values from i1 to a wider type. See getBooleanContents.
1310 /// boolean values from i1 to a wider type. See getBooleanContents.
1317 /// vector of i1 to a wider type. See getBooleanContents.
1940 /// a type wider than i1. See getBooleanContents.
1944 /// a type wider than i1. See getBooleanContents.
1948 /// when the element type is wider than i1. See getBooleanContents.
2340 /// from getBooleanContents()
[all...]

Completed in 143 milliseconds