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

  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 90 bool TargetOnly);
TableGenBackends.h 63 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
IntrinsicEmitter.cpp 28 bool TargetOnly;
33 : Records(R), TargetOnly(T) {}
69 std::vector<CodeGenIntrinsic> Ints = LoadIntrinsics(Records, TargetOnly);
71 if (TargetOnly && !Ints.empty())
515 if (TargetOnly)
554 if (TargetOnly)
708 if (TargetOnly) {
743 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false) {
744 IntrinsicEmitter(RK, TargetOnly).run(OS);
CodeGenTarget.cpp 405 bool TargetOnly) {
412 if (isTarget == TargetOnly)

Completed in 45 milliseconds