/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 87 const Instruction *UserI, const Value *Val, unsigned OperandNo, in determineLiveOperandBits() argument 132 if (OperandNo == 0) { in determineLiveOperandBits() 142 if (OperandNo == 0) { in determineLiveOperandBits() 154 if (OperandNo == 2) { in determineLiveOperandBits() 166 if (OperandNo == 0) in determineLiveOperandBits() 168 else if (OperandNo == 1) in determineLiveOperandBits() 184 if (OperandNo == 0) { in determineLiveOperandBits() 201 if (OperandNo == 0) { in determineLiveOperandBits() 215 if (OperandNo == 0) { in determineLiveOperandBits() 242 if (OperandNo == 0) in determineLiveOperandBits() [all …]
|
D | BasicAliasAnalysis.cpp | 906 unsigned OperandNo = 0; in getModRefInfo() local 908 CI != CE; ++CI, ++OperandNo) { in getModRefInfo() 913 (!Call->doesNotCapture(OperandNo) && in getModRefInfo() 914 OperandNo < Call->getNumArgOperands() && in getModRefInfo() 915 !Call->isByValArgument(OperandNo))) in getModRefInfo() 920 if (Call->doesNotAccessMemory(OperandNo)) in getModRefInfo() 934 if (Call->onlyReadsMemory(OperandNo)) { in getModRefInfo() 939 if (Call->doesNotReadMemory(OperandNo)) { in getModRefInfo()
|
D | IVUsers.cpp | 221 unsigned OperandNo = U.getOperandNo(); in AddUsersImpl() local 222 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in AddUsersImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySetP2AlignOperands.cpp | 57 static void rewriteP2Align(MachineInstr &MI, unsigned OperandNo) { in rewriteP2Align() argument 58 assert(MI.getOperand(OperandNo).getImm() == 0 && in rewriteP2Align() 65 assert(MI.getDesc().OpInfo[OperandNo].OperandType == in rewriteP2Align() 74 MI.getOperand(OperandNo).setImm(P2Align); in rewriteP2Align()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 477 unsigned OperandNo = PHINode::getOperandNumForIncomingValue(Index); in cloneInstructionWithNewAddressSpace() local 478 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace() 894 unsigned OperandNo = UndefUse->getOperandNo(); in rewriteWithNewAddressSpaces() local 895 assert(isa<UndefValue>(NewV->getOperand(OperandNo))); in rewriteWithNewAddressSpaces() 896 NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(UndefUse->get())); in rewriteWithNewAddressSpaces()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DemandedBits.h | 67 const Value *Val, unsigned OperandNo,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantsContext.h | 676 unsigned OperandNo = ~0u) { 689 assert(OperandNo < CP->getNumOperands() && "Invalid index"); 690 assert(CP->getOperand(OperandNo) != To && "I didn't contain From!"); 691 CP->setOperand(OperandNo, To);
|
D | Constants.cpp | 2938 unsigned OperandNo = 0; in handleOperandChangeImpl() local 2942 OperandNo = (O - OperandList); in handleOperandChangeImpl() 2962 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 2978 unsigned OperandNo = 0; in handleOperandChangeImpl() local 2982 OperandNo = (O - OperandList); in handleOperandChangeImpl() 2998 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3008 unsigned OperandNo = 0; in handleOperandChangeImpl() local 3012 OperandNo = i; in handleOperandChangeImpl() 3024 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3033 unsigned OperandNo = 0; in handleOperandChangeImpl() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 178 unsigned OperandNo = U - (*this)->op_begin(); in isBundleOperand() local 179 return getBundleOperandsStartIndex() <= OperandNo && in isBundleOperand() 180 OperandNo < getBundleOperandsEndIndex(); in isBundleOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RenameIndependentSubregs.cpp | 252 unsigned OperandNo = MI->getOperandNo(&MO); in rewriteOperands() local 253 unsigned TiedIdx = MI->findTiedOperandIdx(OperandNo); in rewriteOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 627 unsigned OperandNo = U.getOperandNo(); in runOnFunction() local 654 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 3954 unsigned OperandNo = 0; in tryToFoldLoadIntoMI() local 3956 E = Result->operands_end(); I != E; ++I, ++OperandNo) { in tryToFoldLoadIntoMI() 3962 MO.getReg(), OperandNo); in tryToFoldLoadIntoMI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8047 findMatchingInlineAsmOperand(unsigned OperandNo, in findMatchingInlineAsmOperand() argument 8051 for (; OperandNo; --OperandNo) { in findMatchingInlineAsmOperand()
|