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

  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 395 AnyInBundle, // Return true if any instruction in bundle has property
404 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
433 bool isReturn(QueryType Type = AnyInBundle) const {
437 bool isCall(QueryType Type = AnyInBundle) const {
444 bool isBarrier(QueryType Type = AnyInBundle) const {
453 bool isTerminator(QueryType Type = AnyInBundle) const {
461 bool isBranch(QueryType Type = AnyInBundle) const {
467 bool isIndirectBranch(QueryType Type = AnyInBundle) const {
475 bool isConditionalBranch(QueryType Type = AnyInBundle) const {
483 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 443 AnyInBundle, // Return true if any instruction in bundle has property
452 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
481 bool isReturn(QueryType Type = AnyInBundle) const {
485 bool isCall(QueryType Type = AnyInBundle) const {
492 bool isBarrier(QueryType Type = AnyInBundle) const {
501 bool isTerminator(QueryType Type = AnyInBundle) const {
509 bool isBranch(QueryType Type = AnyInBundle) const {
515 bool isIndirectBranch(QueryType Type = AnyInBundle) const {
523 bool isConditionalBranch(QueryType Type = AnyInBundle) const {
531 bool isUnconditionalBranch(QueryType Type = AnyInBundle) const
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineInstr.cpp 395 if (Type == AnyInBundle)
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 92 milliseconds