Searched defs:DMask (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1096 ConstantInt *DMask = cast<ConstantInt>(II->getArgOperand(DMaskIdx)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp539 unsigned DMask = MI.getOperand(DMaskIdx).getImm() & 0xf; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp127 unsigned DMask; member in struct:__anon3979::SILoadStoreOptimizer::CombineInfo
[all...]
H A DAMDGPUInstructionSelector.cpp1395 unsigned DMask = 0; local
H A DSIInstrInfo.cpp3708 const MachineOperand *DMask = getNamedOperand(MI, AMDGPU::OpName::dmask); local
H A DSIISelLowering.cpp1033 unsigned DMask local
1050 unsigned DMask = cast<ConstantInt>(CI.getArgOperand(1))->getZExtValue(); local
5825 unsigned DMask; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3042 unsigned DMask = Inst.getOperand(DMaskIdx).getImm() & 0xf; local
3108 unsigned DMask = Inst.getOperand(DMaskIdx).getImm() & 0xf; local
3126 unsigned DMask local
[all...]

Completed in 313 milliseconds