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

  /external/llvm/include/llvm/Target/
TargetLowering.h 117 enum BooleanContent {
145 static ISD::NodeType getExtendForContent(BooleanContent Content) {
406 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
412 BooleanContent getBooleanContents(EVT Type) const {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 110 enum BooleanContent { // How the target represents true/false values.
116 static ISD::NodeType getExtendForContent(BooleanContent Content) {
119 assert(false && "Unknown BooleanContent!");
184 BooleanContent getBooleanContents(bool isVec) const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 357 /// pattern. The condition follows the BooleanContent format of the target.
    [all...]
SelectionDAG.h 713 /// BooleanContent for type OpVT or truncating it.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 289 TargetLowering::BooleanContent ScalarBool =
291 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 615 milliseconds