Home
last modified time | relevance | path

Searched refs:OperandNo (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDemandedBits.cpp86 const Instruction *UserI, const Instruction *I, unsigned OperandNo, in determineLiveOperandBits() argument
126 if (OperandNo == 0) { in determineLiveOperandBits()
136 if (OperandNo == 0) { in determineLiveOperandBits()
156 if (OperandNo == 0) in determineLiveOperandBits()
171 if (OperandNo == 0) in determineLiveOperandBits()
183 if (OperandNo == 0) in determineLiveOperandBits()
207 if (OperandNo == 0) { in determineLiveOperandBits()
223 if (OperandNo == 0) { in determineLiveOperandBits()
253 if (OperandNo != 0) in determineLiveOperandBits()
DBasicAliasAnalysis.cpp826 unsigned OperandNo = 0; in getModRefInfo() local
828 CI != CE; ++CI, ++OperandNo) { in getModRefInfo()
833 (!CS.doesNotCapture(OperandNo) && in getModRefInfo()
834 OperandNo < CS.getNumArgOperands() && !CS.isByValArgument(OperandNo))) in getModRefInfo()
839 if (CS.doesNotAccessMemory(OperandNo)) in getModRefInfo()
853 if (CS.onlyReadsMemory(OperandNo)) { in getModRefInfo()
858 if (CS.doesNotReadMemory(OperandNo)) { in getModRefInfo()
DIVUsers.cpp221 unsigned OperandNo = U.getOperandNo(); in AddUsersImpl() local
222 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in AddUsersImpl()
/external/llvm/lib/Analysis/
DDemandedBits.cpp74 const Instruction *UserI, const Instruction *I, unsigned OperandNo, in determineLiveOperandBits() argument
114 if (OperandNo == 0) { in determineLiveOperandBits()
124 if (OperandNo == 0) { in determineLiveOperandBits()
144 if (OperandNo == 0) in determineLiveOperandBits()
160 if (OperandNo == 0) in determineLiveOperandBits()
173 if (OperandNo == 0) in determineLiveOperandBits()
198 if (OperandNo == 0) { in determineLiveOperandBits()
214 if (OperandNo == 0) { in determineLiveOperandBits()
244 if (OperandNo != 0) in determineLiveOperandBits()
DIVUsers.cpp171 unsigned OperandNo = U.getOperandNo(); in AddUsersImpl() local
172 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in AddUsersImpl()
DBasicAliasAnalysis.cpp728 unsigned OperandNo = 0; in getModRefInfo() local
730 CI != CE; ++CI, ++OperandNo) { in getModRefInfo()
735 (!CS.doesNotCapture(OperandNo) && !CS.isByValArgument(OperandNo))) in getModRefInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblySetP2AlignOperands.cpp57 static void RewriteP2Align(MachineInstr &MI, unsigned OperandNo) { in RewriteP2Align() argument
58 assert(MI.getOperand(OperandNo).getImm() == 0 && in RewriteP2Align()
66 assert(MI.getDesc().OpInfo[OperandNo].OperandType == in RewriteP2Align()
75 MI.getOperand(OperandNo).setImm(P2Align); in RewriteP2Align()
/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp310 unsigned OperandNo = PHINode::getOperandNumForIncomingValue(Index); in cloneInstructionWithNewAddressSpace() local
311 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace()
533 unsigned OperandNo = UndefUse->getOperandNo(); in rewriteWithNewAddressSpaces() local
534 assert(isa<UndefValue>(NewV->getOperand(OperandNo))); in rewriteWithNewAddressSpaces()
535 NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(UndefUse->get())); in rewriteWithNewAddressSpaces()
/external/llvm/include/llvm/IR/
DCallSite.h143 unsigned OperandNo = U - (*this)->op_begin(); in isBundleOperand() local
144 return getBundleOperandsStartIndex() <= OperandNo && in isBundleOperand()
145 OperandNo < getBundleOperandsEndIndex(); in isBundleOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp479 unsigned OperandNo = PHINode::getOperandNumForIncomingValue(Index); in cloneInstructionWithNewAddressSpace() local
480 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace()
889 unsigned OperandNo = UndefUse->getOperandNo(); in rewriteWithNewAddressSpaces() local
890 assert(isa<UndefValue>(NewV->getOperand(OperandNo))); in rewriteWithNewAddressSpaces()
891 NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(UndefUse->get())); in rewriteWithNewAddressSpaces()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantsContext.h673 unsigned OperandNo = ~0u) {
686 assert(OperandNo < CP->getNumOperands() && "Invalid index");
687 assert(CP->getOperand(OperandNo) != To && "I didn't contain From!");
688 CP->setOperand(OperandNo, To);
DConstants.cpp2806 unsigned OperandNo = 0; in handleOperandChangeImpl() local
2810 OperandNo = (O - OperandList); in handleOperandChangeImpl()
2830 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2846 unsigned OperandNo = 0; in handleOperandChangeImpl() local
2850 OperandNo = (O - OperandList); in handleOperandChangeImpl()
2866 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2876 unsigned OperandNo = 0; in handleOperandChangeImpl() local
2880 OperandNo = i; in handleOperandChangeImpl()
2892 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2901 unsigned OperandNo = 0; in handleOperandChangeImpl() local
[all …]
/external/llvm/lib/IR/
DConstantsContext.h638 unsigned OperandNo = ~0u) {
651 assert(OperandNo < CP->getNumOperands() && "Invalid index");
652 assert(CP->getOperand(OperandNo) != To && "I didn't contain From!");
653 CP->setOperand(OperandNo, To);
DConstants.cpp2734 unsigned OperandNo = 0; in handleOperandChangeImpl() local
2738 OperandNo = (O - OperandList); in handleOperandChangeImpl()
2758 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2774 unsigned OperandNo = 0; in handleOperandChangeImpl() local
2778 OperandNo = (O - OperandList); in handleOperandChangeImpl()
2794 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2804 unsigned OperandNo = 0; in handleOperandChangeImpl() local
2808 OperandNo = i; in handleOperandChangeImpl()
2820 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2829 unsigned OperandNo = 0; in handleOperandChangeImpl() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h171 unsigned OperandNo = U - (*this)->op_begin(); in isBundleOperand() local
172 return getBundleOperandsStartIndex() <= OperandNo && in isBundleOperand()
173 OperandNo < getBundleOperandsEndIndex(); in isBundleOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDemandedBits.h57 const Instruction *I, unsigned OperandNo,
/external/llvm/include/llvm/Analysis/
DDemandedBits.h59 const Instruction *I, unsigned OperandNo,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp252 unsigned OperandNo = MI->getOperandNo(&MO); in rewriteOperands() local
253 unsigned TiedIdx = MI->findTiedOperandIdx(OperandNo); in rewriteOperands()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp562 unsigned OperandNo = U.getOperandNo(); in runOnFunction() local
576 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp598 unsigned OperandNo = U.getOperandNo(); in runOnFunction() local
614 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h261 bool PromoteIntegerOperand(SDNode *N, unsigned OperandNo);
346 bool ExpandIntegerOperand(SDNode *N, unsigned OperandNo);
481 bool ExpandFloatOperand(SDNode *N, unsigned OperandNo);
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h284 bool PromoteIntegerOperand(SDNode *N, unsigned OperandNo);
373 bool ExpandIntegerOperand(SDNode *N, unsigned OperandNo);
530 bool ExpandFloatOperand(SDNode *N, unsigned OperandNo);
/external/clang/include/clang/AST/
DStmt.h1608 unsigned OperandNo; variable
1616 : MyKind(Operand), Str(S), OperandNo(OpNo), in AsmStringPiece()
1629 return OperandNo; in getOperandNo()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h159 unsigned OperandNo; // The operand # this constraint applies to. member
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h175 unsigned OperandNo; // The operand # this constraint applies to. member

12