Home
last modified time | relevance | path

Searched refs:DefII (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp264 InstrInfo &DefII = Instructions[&DefMI]; in propagateInstruction() local
272 if (DefII.Needs != 0) in propagateInstruction()
275 DefII.Needs = StateWQM; in propagateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp271 InstructionInstance &DefII, InstructionInstance &UseII) { in setRandomAliasing() argument
275 setRegisterOperandValue(randomElement(RandomConf.Defs), DefII); in setRandomAliasing()
DMCInstrDescView.h185 InstructionInstance &DefII, InstructionInstance &UseII);