/llvm-project/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 55 determineLiveOperandBits(const Instruction * UserI,const Value * Val,unsigned OperandNo,const APInt & AOut,APInt & AB,KnownBits & Known,KnownBits & Known2,bool & KnownBitsComputed) determineLiveOperandBits() argument 492 determineLiveOperandBitsAddCarry(unsigned OperandNo,const APInt & AOut,const KnownBits & LHS,const KnownBits & RHS,bool CarryZero,bool CarryOne) determineLiveOperandBitsAddCarry() argument 553 determineLiveOperandBitsAdd(unsigned OperandNo,const APInt & AOut,const KnownBits & LHS,const KnownBits & RHS) determineLiveOperandBitsAdd() argument 561 determineLiveOperandBitsSub(unsigned OperandNo,const APInt & AOut,const KnownBits & LHS,const KnownBits & RHS) determineLiveOperandBitsSub() argument [all...] |
H A D | BasicAliasAnalysis.cpp | 946 unsigned OperandNo = 0; getModRefInfo() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySetP2AlignOperands.cpp | 57 assert(MI.getOperand(OperandNo).getImm() == 0 && in rewriteP2Align() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RenameIndependentSubregs.cpp | 252 unsigned OperandNo = MO.getOperandNo(); in rewriteOperands() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 668 unsigned OperandNo = PHINode::getOperandNumForIncomingValue(Index); cloneInstructionWithNewAddressSpace() local 1168 unsigned OperandNo = PoisonUse->getOperandNo(); rewriteWithNewAddressSpaces() local
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 605 unsigned OperandNo = U.getOperandNo(); run() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 244 unsigned int OperandNo = Operand.getOperandNo(); isCompatibleReplacement() local
|
/llvm-project/clang/unittests/CodeGen/ |
H A D | IRMatchers.h | 62 unsigned OperandNo; variable
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 391 void setMatchingOp(unsigned OperandNo) { in setMatchingOp()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 350 __anon92744d100202(ArrayRef<FixupEntry> Fixups, unsigned RegBitWidth, unsigned OperandNo) processInstruction() argument
|
H A D | X86FastISel.cpp | 4014 unsigned OperandNo = 0; tryToFoldLoadIntoMI() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2086 unsigned OperandNo = 0; handleOperandChangeImpl() local 3252 unsigned OperandNo = 0; handleOperandChangeImpl() local 3292 unsigned OperandNo = 0; handleOperandChangeImpl() local 3322 unsigned OperandNo = 0; handleOperandChangeImpl() local 3347 unsigned OperandNo = 0; handleOperandChangeImpl() local [all...] |
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 648 const unsigned OperandNo = MO.getOperandNo(); isPCRelRegisterOperandLegal() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 360 unsigned OperandNo; // The operand # this constraint applies to. member
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 9645 findMatchingInlineAsmOperand(unsigned OperandNo,const std::vector<SDValue> & AsmNodeOperands) findMatchingInlineAsmOperand() argument
|
H A D | SelectionDAG.cpp | 11820 isNeutralConstant(unsigned Opcode,SDNodeFlags Flags,SDValue V,unsigned OperandNo) isNeutralConstant() argument
|