Searched refs:TargetOnly (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 30 bool TargetOnly; member in __anond01cb58b0111::IntrinsicEmitter 35 : Records(R), TargetOnly(T) {} in IntrinsicEmitter() 62 CodeGenIntrinsicTable Ints(Records, TargetOnly); in run() 64 if (TargetOnly && !Ints.empty()) in run() 518 if (TargetOnly) in EmitAttributes() 556 if (TargetOnly) in EmitAttributes() 777 if (TargetOnly) { in EmitIntrinsicToBuiltinMap() 847 bool TargetOnly) { in EmitIntrinsicEnums() argument 848 IntrinsicEmitter(RK, TargetOnly).run(OS, /*Enums=*/true); in EmitIntrinsicEnums() 852 bool TargetOnly) { in EmitIntrinsicImpl() argument [all …]
|
D | TableGenBackends.h | 66 bool TargetOnly = false); 68 bool TargetOnly = false);
|
D | CodeGenIntrinsics.h | 158 explicit CodeGenIntrinsicTable(const RecordKeeper &RC, bool TargetOnly);
|
D | CodeGenTarget.cpp | 506 bool TargetOnly) { in CodeGenIntrinsicTable() argument 513 if (isTarget == TargetOnly) in CodeGenIntrinsicTable()
|
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 30 bool TargetOnly; member in __anon45a411330111::IntrinsicEmitter 35 : Records(R), TargetOnly(T) {} in IntrinsicEmitter() 65 std::vector<CodeGenIntrinsic> Ints = LoadIntrinsics(Records, TargetOnly); in run() 67 if (TargetOnly && !Ints.empty()) in run() 88 if (!TargetOnly) { in run() 481 if (TargetOnly) in EmitAttributes() 519 if (TargetOnly) in EmitAttributes() 699 if (TargetOnly) { in EmitIntrinsicToBuiltinMap() 759 void llvm::EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly) { in EmitIntrinsics() argument 760 IntrinsicEmitter(RK, TargetOnly).run(OS); in EmitIntrinsics()
|
D | TableGenBackends.h | 65 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
|
D | CodeGenIntrinsics.h | 119 bool TargetOnly);
|
D | CodeGenTarget.cpp | 430 bool TargetOnly) { in LoadIntrinsics() argument 438 if (isTarget == TargetOnly) in LoadIntrinsics()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.h | 23 bool TargetOnly; variable 28 : Records(R), TargetOnly(T) {} in Records()
|
D | CodeGenIntrinsics.h | 87 bool TargetOnly);
|
D | IntrinsicEmitter.cpp | 29 std::vector<CodeGenIntrinsic> Ints = LoadIntrinsics(Records, TargetOnly); in run() 31 if (TargetOnly && !Ints.empty()) in run() 513 if (TargetOnly) in EmitAttributes() 700 if (TargetOnly) { in EmitIntrinsicToGCCBuiltinMap()
|
D | CodeGenTarget.cpp | 347 bool TargetOnly) { in LoadIntrinsics() argument 354 if (isTarget == TargetOnly) in LoadIntrinsics()
|