Home
last modified time | relevance | path

Searched refs:ID0 (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVRegisterInfo.td22 def ID0 : Register<"ID0">;
23 def ID : RegisterClass<"SPIRV", [i32], 32, (add ID0)>;
H A DSPIRVRegisterInfo.cpp22 SPIRVRegisterInfo::SPIRVRegisterInfo() : SPIRVGenRegisterInfo(SPIRV::ID0) {} in SPIRVRegisterInfo()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dnew.C32 enum stuff { ID0, ID1 }; enumerator
58 scroll_h = new ("def", 71) ABC(ABC::ID0, this); in LMN()
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_delay.rst23 3:0 ID0: indicates a delay for the first instruction. 0..11
36 instid0(<*ID name*>) A symbolic *ID0* value. instid0(NO_DEP)
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2205 Intrinsic::ID ID0 = Op0->getIntrinsicID(); in visitCallInst() local
2206 if (ID0 != Intrinsic::hexagon_V6_vandqrt && in visitCallInst()
2207 ID0 != Intrinsic::hexagon_V6_vandqrt_128B) in visitCallInst()