Searched refs:OperandNo (Results 1 - 11 of 11) sorted by relevance
/external/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 72 const Instruction *UserI, const Instruction *I, unsigned OperandNo, 112 if (OperandNo == 0) { 122 if (OperandNo == 0) { 142 if (OperandNo == 0) 158 if (OperandNo == 0) 171 if (OperandNo == 0) 196 if (OperandNo == 0) { 212 if (OperandNo == 0) { 242 if (OperandNo != 0) 71 determineLiveOperandBits( const Instruction *UserI, const Instruction *I, unsigned OperandNo, const APInt &AOut, APInt &AB, APInt &KnownZero, APInt &KnownOne, APInt &KnownZero2, APInt &KnownOne2) argument
|
H A D | IVUsers.cpp | 171 unsigned OperandNo = U.getOperandNo(); local 172 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo);
|
/external/llvm/include/llvm/Analysis/ |
H A D | DemandedBits.h | 55 const Instruction *I, unsigned OperandNo,
|
/external/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 561 unsigned OperandNo = U.getOperandNo(); local 575 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo);
|
/external/llvm/lib/IR/ |
H A D | ConstantsContext.h | 644 unsigned OperandNo = ~0u) { 654 assert(OperandNo < CP->getNumOperands() && "Invalid index"); 655 assert(CP->getOperand(OperandNo) != To && "I didn't contain From!"); 656 CP->setOperand(OperandNo, To);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.h | 290 bool PromoteIntegerOperand(SDNode *N, unsigned OperandNo); 377 bool ExpandIntegerOperand(SDNode *N, unsigned OperandNo); 534 bool ExpandFloatOperand(SDNode *N, unsigned OperandNo);
|
H A D | SelectionDAGBuilder.cpp | 6414 unsigned OperandNo = OpInfo.getMatchedOperand(); 6419 for (; OperandNo; --OperandNo) {
|
/external/clang/include/clang/AST/ |
H A D | Stmt.h | 1586 unsigned OperandNo; member in class:clang::GCCAsmStmt::AsmStringPiece 1594 : MyKind(Operand), Str(S), OperandNo(OpNo), 1607 return OperandNo;
|
/external/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 175 unsigned OperandNo; // The operand # this constraint applies to.
|
H A D | CodeGenDAGPatterns.cpp | 903 OperandNo = R->getValueAsInt("OperandNum"); 994 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo); 1189 if (Constraint.OperandNo >= NumResults) // FIXME: need value #
|
/external/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3583 unsigned OperandNo = 0; local 3585 E = Result->operands_end(); I != E; ++I, ++OperandNo) { 3591 MO.getReg(), OperandNo);
|
Completed in 190 milliseconds