Home
last modified time | relevance | path

Searched refs:MID (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm-project/clang/unittests/StaticAnalyzer/
DRangeSetTest.cpp76 constexpr type MID = std::is_signed<type>::value in checkNegate() local
79 constexpr type A = MID - static_cast<type>(42 + 42); in checkNegate()
80 constexpr type B = MID - static_cast<type>(42); in checkNegate()
84 static_assert(MIN < A && A < B && B < MID && MID < C && C < D && D < MAX, in checkNegate()
92 {BVF, F, {MIN, MID}, {MIN, MIN, MID, MAX}}, in checkNegate()
97 {BVF, F, {MIN, B, MID, D}, {MIN, MIN, A, MID, C, MAX}}, in checkNegate()
98 {BVF, F, {MIN, MID, C, D}, {MIN, MIN, A, B, MID, MAX}}, in checkNegate()
99 {BVF, F, {MIN, MID, C, MAX}, {MIN, B, MID, MAX}}, in checkNegate()
100 {BVF, F, {A, MID, D, MAX}, {MIN + 1, A, MID, D}}, in checkNegate()
102 {BVF, F, {MID, MID}, {MID, MID}}, in checkNegate()
/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
Dbranch-targets.ll1 …m-loloops=false -stop-before=arm-low-overhead-loops %s -o - | FileCheck %s --check-prefix=CHECK-MID
7 ; CHECK-MID: name: check_loop_dec_brcond_combine
8 ; CHECK-MID: bb.2.for.body:
9 ; CHECK-MID: renamable $lr = t2LoopDec killed renamable $lr, 1
10 ; CHECK-MID: t2LoopEnd killed renamable $lr, %bb.3
11 ; CHECK-MID: bb.3.for.header:
12 ; CHECK-MID: tB %bb.2
59 ; CHECK-MID: name: check_loop_dec_ugt_brcond_combine
60 ; CHECK-MID: bb.2.for.body:
61 ; CHECK-MID: renamable $lr = t2LoopDec killed renamable $lr, 1
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-convert-v4f64.ll8 ; CHECK-DAG: xtn v[[MID:[0-9]+]].2s, v[[LHS]].2d
9 ; CHECK-DAG: xtn2 v[[MID]].4s, v[[RHS]].2d
10 ; CHECK: xtn v0.4h, v[[MID]].4s
38 ; CHECK-DAG: fcvtn v[[MID:[0-9]+]].2s, v[[LHS]].2d
39 ; CHECK-DAG: fcvtn2 v[[MID]].4s, v[[RHS]].2d
40 ; CHECK: fcvtn v0.4h, v[[MID]].4s
60 ; CHECK-DAG: xtn v[[MID:[0-9]+]].2s, v[[LHS]].2d
61 ; CHECK-DAG: xtn2 v[[MID]].4s, v[[RHS]].2d
62 ; CHECK: xtn v0.4h, v[[MID]].4s
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp57 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) { in canReserveResources() argument
58 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources()
59 if (MID->getSchedClass() == 0 || Action == 0) in canReserveResources()
66 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) { in reserveResources() argument
67 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources()
68 if (MID->getSchedClass() == 0 || Action == 0) in reserveResources()
76 const MCInstrDesc &MID = MI.getDesc(); in canReserveResources() local
77 return canReserveResources(&MID); in canReserveResources()
83 const MCInstrDesc &MID = MI.getDesc(); in reserveResources() local
84 reserveResources(&MID); in reserveResources()
/external/llvm-project/llvm/lib/CodeGen/
DDFAPacketizer.cpp57 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) { in canReserveResources() argument
58 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources()
59 if (MID->getSchedClass() == 0 || Action == 0) in canReserveResources()
66 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) { in reserveResources() argument
67 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources()
68 if (MID->getSchedClass() == 0 || Action == 0) in reserveResources()
76 const MCInstrDesc &MID = MI.getDesc(); in canReserveResources() local
77 return canReserveResources(&MID); in canReserveResources()
83 const MCInstrDesc &MID = MI.getDesc(); in reserveResources() local
84 reserveResources(&MID); in reserveResources()
/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp119 bool DFAPacketizer::canReserveResources(const llvm::MCInstrDesc *MID) { in canReserveResources() argument
120 unsigned InsnClass = MID->getSchedClass(); in canReserveResources()
130 void DFAPacketizer::reserveResources(const llvm::MCInstrDesc *MID) { in reserveResources() argument
131 unsigned InsnClass = MID->getSchedClass(); in reserveResources()
143 const llvm::MCInstrDesc &MID = MI.getDesc(); in canReserveResources() local
144 return canReserveResources(&MID); in canReserveResources()
151 const llvm::MCInstrDesc &MID = MI.getDesc(); in reserveResources() local
152 reserveResources(&MID); in reserveResources()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp127 const MCInstrDesc &MID = MI.getDesc(); in INITIALIZE_PASS_DEPENDENCY() local
129 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI)) in INITIALIZE_PASS_DEPENDENCY()
132 if (MID.mayStore()) { in INITIALIZE_PASS_DEPENDENCY()
357 const MCInstrDesc &MID = MI->getDesc(); in processAddUses() local
358 if ((!MID.mayLoad() && !MID.mayStore()) || in processAddUses()
363 MachineOperand BaseOp = MID.mayLoad() ? MI->getOperand(1) in processAddUses()
369 MachineOperand OffsetOp = MID.mayLoad() ? MI->getOperand(2) in processAddUses()
416 const MCInstrDesc &MID = UseMI->getDesc(); in updateAddUses() local
418 MachineOperand &BaseOp = MID.mayLoad() ? UseMI->getOperand(1) in updateAddUses()
420 MachineOperand &OffsetOp = MID.mayLoad() ? UseMI->getOperand(2) in updateAddUses()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp127 const MCInstrDesc &MID = MI.getDesc(); in INITIALIZE_PASS_DEPENDENCY() local
129 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI)) in INITIALIZE_PASS_DEPENDENCY()
132 if (MID.mayStore()) { in INITIALIZE_PASS_DEPENDENCY()
357 const MCInstrDesc &MID = MI->getDesc(); in processAddUses() local
358 if ((!MID.mayLoad() && !MID.mayStore()) || in processAddUses()
363 MachineOperand BaseOp = MID.mayLoad() ? MI->getOperand(1) in processAddUses()
369 MachineOperand OffsetOp = MID.mayLoad() ? MI->getOperand(2) in processAddUses()
416 const MCInstrDesc &MID = UseMI->getDesc(); in updateAddUses() local
418 MachineOperand &BaseOp = MID.mayLoad() ? UseMI->getOperand(1) in updateAddUses()
420 MachineOperand &OffsetOp = MID.mayLoad() ? UseMI->getOperand(2) in updateAddUses()
[all …]
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp120 const MCInstrDesc &MID = MI->getDesc(); in has4RegOps() local
122 for (unsigned OpIdx = 0; OpIdx < MID.getNumOperands(); OpIdx++) { in has4RegOps()
123 const TargetRegisterClass *RC = TII->getRegClass(MID, OpIdx, TRI, MF); in has4RegOps()
126 if (OpIdx >= MID.getNumDefs() && in has4RegOps()
127 MID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1) in has4RegOps()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp120 const MCInstrDesc &MID = MI->getDesc(); in has4RegOps() local
122 for (unsigned OpIdx = 0; OpIdx < MID.getNumOperands(); OpIdx++) { in has4RegOps()
123 const TargetRegisterClass *RC = TII->getRegClass(MID, OpIdx, TRI, MF); in has4RegOps()
126 if (OpIdx >= MID.getNumDefs() && in has4RegOps()
127 MID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1) in has4RegOps()
/external/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp108 const MCInstrDesc &MID = MI->getDesc(); in INITIALIZE_PASS_DEPENDENCY() local
110 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(*MI)) in INITIALIZE_PASS_DEPENDENCY()
113 if (MID.mayStore()) { in INITIALIZE_PASS_DEPENDENCY()
265 const MCInstrDesc &MID = MI->getDesc(); in analyzeUses() local
266 if ((MID.mayLoad() || MID.mayStore())) { in analyzeUses()
491 const MCInstrDesc &MID = UseMI->getDesc(); in xformUseMI() local
493 if (MID.mayLoad()) in xformUseMI()
495 else if (MID.mayStore()) in xformUseMI()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp64 MID = 2, enumerator
277 { { BaseType::TYPE_INT, TypeSize::SIZE_8BIT, OperationType::MID }, { genInt8, midInt8 } },
280 { { BaseType::TYPE_INT, TypeSize::SIZE_16BIT, OperationType::MID }, { genInt16, midInt16 } },
283 { { BaseType::TYPE_INT, TypeSize::SIZE_32BIT, OperationType::MID }, { genInt32, midInt32 } },
286 { { BaseType::TYPE_INT, TypeSize::SIZE_64BIT, OperationType::MID }, { genInt64, midInt64 } },
289 { { BaseType::TYPE_UINT, TypeSize::SIZE_8BIT, OperationType::MID }, { genUint8, midUint8 } },
292 { { BaseType::TYPE_UINT, TypeSize::SIZE_16BIT, OperationType::MID }, { genUint16, midUint16 } },
295 { { BaseType::TYPE_UINT, TypeSize::SIZE_32BIT, OperationType::MID }, { genUint32, midUint32 } },
298 { { BaseType::TYPE_UINT, TypeSize::SIZE_64BIT, OperationType::MID }, { genUint64, midUint64 } },
301 { { BaseType::TYPE_FLOAT, TypeSize::SIZE_16BIT, OperationType::MID }, { genFloat16, midFloat16 } },
[all …]
/external/llvm/include/llvm/CodeGen/
DDFAPacketizer.h104 bool canReserveResources(const llvm::MCInstrDesc *MID);
108 void reserveResources(const llvm::MCInstrDesc *MID);
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-convert-v4f64.ll38 ; CHECK-DAG: fcvtn v[[MID:[0-9]+]].2s, v[[LHS]].2d
39 ; CHECK-DAG: fcvtn2 v[[MID]].4s, v[[RHS]].2d
40 ; CHECK: fcvtn v0.4h, v[[MID]].4s
/external/llvm-project/llvm/include/llvm/CodeGen/
DDFAPacketizer.h79 bool canReserveResources(const MCInstrDesc *MID);
83 void reserveResources(const MCInstrDesc *MID);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDFAPacketizer.h79 bool canReserveResources(const MCInstrDesc *MID);
83 void reserveResources(const MCInstrDesc *MID);
/external/llvm-project/polly/lib/External/isl/
Disl_sort.c30 #define MID(lo, hi) (lo + ((hi - lo) >> 1)) macro
60 mid = MID (low, high); in msort()
/external/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.cpp413 const MCInstrDesc &MID = MI.getDesc(); in isPostIncrement() local
414 const uint64_t F = MID.TSFlags; in isPostIncrement()
419 const MCInstrDesc &MID = MI.getDesc(); in isPreIncrement() local
420 const uint64_t F = MID.TSFlags; in isPreIncrement()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp413 const MCInstrDesc &MID = MI.getDesc(); in isPostIncrement() local
414 const uint64_t F = MID.TSFlags; in isPostIncrement()
419 const MCInstrDesc &MID = MI.getDesc(); in isPreIncrement() local
420 const uint64_t F = MID.TSFlags; in isPreIncrement()
/external/bcc/introspection/
Dbps_example.txt18 MID TYPE FLAGS KeySz ValueSz MaxEnts NAME
/external/llvm/lib/IR/
DModule.cpp51 Module::Module(StringRef MID, LLVMContext &C) in Module() argument
52 : Context(C), Materializer(), ModuleID(MID), SourceFileName(MID), DL("") { in Module()
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_7.pass.cpp173 typedef MethodID<CallSig ClassType::*> MID; in run() typedef
174 BasicTest<MID, Arity, ObjCaster, ArgCaster> t; in run()
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_7.pass.cpp174 typedef MethodID<CallSig ClassType::*> MID; in run() typedef
175 BasicTest<MID, Arity, ObjCaster, ArgCaster> t; in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp73 Module::Module(StringRef MID, LLVMContext &C) in Module() argument
74 : Context(C), Materializer(), ModuleID(MID), SourceFileName(MID), DL("") { in Module()
/external/llvm-project/llvm/lib/IR/
DModule.cpp74 Module::Module(StringRef MID, LLVMContext &C) in Module() argument
76 Materializer(), ModuleID(std::string(MID)), in Module()
77 SourceFileName(std::string(MID)), DL("") { in Module()

123