OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MID
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/lib/libkern/
hexdump.c
45
#define
MID
(3 * 8)
/src/external/mit/isl/dist/
isl_sort.c
30
#define
MID
(lo, hi) (lo + ((hi - lo) >> 1))
58
size_t
mid
;
local
60
mid
=
MID
(low, high);
62
if (
mid
+ 1 < high)
63
msort (array, buf,
mid
+ 1, high, size, compare, arg);
65
if (
mid
> low)
66
msort (array, buf, low,
mid
, size, compare, arg);
69
am = ((char *) array) + ((
mid
+ 1) * size);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DFAPacketizer.cpp
57
bool DFAPacketizer::canReserveResources(const MCInstrDesc *
MID
) {
58
unsigned Action = ItinActions[
MID
->getSchedClass()];
59
if (
MID
->getSchedClass() == 0 || Action == 0)
66
void DFAPacketizer::reserveResources(const MCInstrDesc *
MID
) {
67
unsigned Action = ItinActions[
MID
->getSchedClass()];
68
if (
MID
->getSchedClass() == 0 || Action == 0)
76
const MCInstrDesc &
MID
= MI.getDesc();
77
return canReserveResources(&
MID
);
83
const MCInstrDesc &
MID
= MI.getDesc();
84
reserveResources(&
MID
);
[
all
...]
MachineLICM.cpp
1245
const MCInstrDesc &
MID
= TII->get(NewOpc);
1247
const TargetRegisterClass *RC = TII->getRegClass(
MID
, LoadRegIndex, TRI, MF);
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZHazardRecognizer.cpp
120
const MCInstrDesc &
MID
= MI->getDesc();
122
for (unsigned OpIdx = 0; OpIdx <
MID
.getNumOperands(); OpIdx++) {
123
const TargetRegisterClass *RC = TII->getRegClass(
MID
, OpIdx, TRI, MF);
126
if (OpIdx >=
MID
.getNumDefs() &&
127
MID
.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCInstrInfo.cpp
413
const MCInstrDesc &
MID
= MI.getDesc();
414
const uint64_t F =
MID
.TSFlags;
419
const MCInstrDesc &
MID
= MI.getDesc();
420
const uint64_t F =
MID
.TSFlags;
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
738
unsigned
MID
= 0;
739
if (parseUInt32(
MID
))
743
if (NumberedMetadata.count(
MID
)) {
744
Result = NumberedMetadata[
MID
];
749
auto &FwdRef = ForwardRefMDNodes[
MID
];
753
NumberedMetadata[
MID
].reset(Result);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp
127
const MCInstrDesc &
MID
= MI.getDesc();
129
if ((!
MID
.mayStore() && !
MID
.mayLoad()) || HII->isPredicated(MI))
132
if (
MID
.mayStore()) {
357
const MCInstrDesc &
MID
= MI->getDesc();
358
if ((!
MID
.mayLoad() && !
MID
.mayStore()) ||
363
MachineOperand BaseOp =
MID
.mayLoad() ? MI->getOperand(1)
369
MachineOperand OffsetOp =
MID
.mayLoad() ? MI->getOperand(2)
416
const MCInstrDesc &
MID
= UseMI->getDesc()
[
all
...]
HexagonInstrInfo.cpp
2206
const MCInstrDesc &
MID
= MI.getDesc();
2207
const uint64_t F =
MID
.TSFlags;
/src/external/gpl3/gcc/dist/gcc/fortran/
dependency.cc
37
enum range {LHS, RHS,
MID
};
/src/external/gpl3/gcc.old/dist/gcc/fortran/
dependency.cc
37
enum range {LHS, RHS,
MID
};
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
178
llvm::sys::fs::UniqueID
MID
= MPathStatus->getUniqueID();
179
if (MainFileID ==
MID
) {
194
llvm::sys::fs::UniqueID
MID
= MPathStatus->getUniqueID();
195
if (MainFileID ==
MID
) {
Completed in 41 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026