Searched defs:Opr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1556 getDefaultCustomOperandEncoding(const CustomOperandVal * Opr,int Size,const MCSubtargetInfo & STI) getDefaultCustomOperandEncoding() argument 1568 isSymbolicCustomOperandEncoding(const CustomOperandVal * Opr,int Size,unsigned Code,bool & HasNonDefaultVal,const MCSubtargetInfo & STI) isSymbolicCustomOperandEncoding() argument 1587 decodeCustomOperand(const CustomOperandVal * Opr,int Size,unsigned Code,int & Idx,StringRef & Name,unsigned & Val,bool & IsDefault,const MCSubtargetInfo & STI) decodeCustomOperand() argument 1611 encodeCustomOperand(const CustomOperandVal * Opr,int Size,const StringRef Name,int64_t InputVal,unsigned & UsedOprMask,const MCSubtargetInfo & STI) encodeCustomOperand() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 7352 if (auto *Opr = dyn_cast<Operator>(V)) { isGuaranteedNotToBeUndefOrPoison() local 7427 auto *Opr = cast<Operator>(Cond); isGuaranteedNotToBeUndefOrPoison() local
|
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3804 const MCOperand &Opr = Inst.getOperand(OperandIdx); validateVOPDRegBankConstraints() local 8253 AMDGPUOperand &Opr = ((AMDGPUOperand &)*Operands[Operands.size() - 1]); parseSOPPBrTarget() local [all...] |