/external/llvm-project/llvm/utils/TableGen/ |
D | InfoByHwMode.cpp | 155 unsigned M0 = Map.begin()->first; in operator <() local 160 unsigned M0 = Map.begin()->first; in operator ==() local 165 unsigned M0 = Map.begin()->first; in isSubClassOf() local 171 unsigned M0 = Map.begin()->first; in hasStricterSpillThan() local
|
/external/clang/test/Preprocessor/ |
D | bigoutput.c | 8 #define M0 extern int x; macro
|
/external/llvm-project/clang/test/Preprocessor/ |
D | bigoutput.c | 8 #define M0 extern int x; macro
|
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 54 explicit StackOption(const M0t &M0) : Base(M0) {} in StackOption() 58 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption() 62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption() 66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) in StackOption()
|
/external/harfbuzz_ng/src/ |
D | test-algs.cc | 83 auto M0 = hb_partial<2> (hb_max, 0); in main() local
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc_matrix.h | 23 #define M0 %f16 macro
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 73 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0); in TEST_F() local
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VE.h | 371 inline unsigned M0(unsigned Val) { return Val + 64; } in M0() function
|
/external/llvm-project/clang/unittests/Basic/ |
D | FileEntryTest.cpp | 77 OptionalFileEntryRefDegradesToFileEntryPtr M0; in TEST() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/poly1305/ |
D | poly1305_vec.c | 248 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local 437 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_vec.c | 252 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local 441 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
|
/external/rust/crates/ring/crypto/poly1305/ |
D | poly1305_vec.c | 256 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local 445 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
|
/external/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 265 MDNode *M0 = F->getMetadata("attach"); in TEST_F() local
|
/external/llvm-project/llvm/unittests/Linker/ |
D | LinkModulesTest.cpp | 264 MDNode *M0 = F->getMetadata("attach"); in TEST_F() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1618 SDNode *M0 = DAG.getMachineNode(AMDGPU::SI_INIT_M0, DL, MVT::Other, MVT::Glue, in copyToM0() local 1817 SDValue M0 = copyToM0(DAG, DAG.getEntryNode(), DL, Op.getOperand(3)); in LowerINTRINSIC_WO_CHAIN() local 1833 SDValue M0 = copyToM0(DAG, DAG.getEntryNode(), DL, Op.getOperand(3)); in LowerINTRINSIC_WO_CHAIN() local 1843 SDValue M0 = copyToM0(DAG, DAG.getEntryNode(), DL, Op.getOperand(4)); in LowerINTRINSIC_WO_CHAIN() local 1849 SDValue M0 = copyToM0(DAG, DAG.getEntryNode(), DL, Op.getOperand(5)); in LowerINTRINSIC_WO_CHAIN() local
|
D | AMDGPUISelDAGToDAG.cpp | 229 SDValue M0 = Lowering.copyToM0(*CurDAG, CurDAG->getEntryNode(), SDLoc(N), in glueCopyToM0() local
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUUsage.rst | 4421 M0 subsubsection 4434 .. _amdgpu-amdhsa-kernel-prolog-stack-pointer:
|
/external/angle/src/tests/gl_tests/ |
D | AttributeLayoutTest.cpp | 364 std::shared_ptr<Container> M0 = std::make_shared<Memory>(); in GetTestCases() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 473 Instruction *M0 = cast<Instruction>(MemInstrValue); in getVectorizablePrefixEndIdx() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 389 Module M0("custom-opt-bisect", Context0); in TEST() local
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 1059 const MCOperand &M0 = MI.getOperand(OpIdx); in getMveAddrModeRQOpValue() local 1079 const MCOperand &M0 = MI.getOperand(OpIdx); in getMveAddrModeQOpValue() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 1067 const MCOperand &M0 = MI.getOperand(OpIdx); in getMveAddrModeRQOpValue() local 1087 const MCOperand &M0 = MI.getOperand(OpIdx); in getMveAddrModeQOpValue() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 600 Value *M0 = isNormalFp(cast<Constant>(M1)) ? in visitFMul() local
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 96 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0); in TEST_F() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 3298 SDValue M0 = peekThroughOneUseTruncation(Mask->getOperand(0)); in matchBitExtract() local 3324 SDValue M0 = peekThroughOneUseTruncation(Mask->getOperand(0)); in matchBitExtract() local
|