/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 64 #define OPN(operator, ip) {#operator, OPCODE_##operator, ip} macro 71 OPN(ABS, 1), 72 OPN(ADD, 2), 73 OPN(ARL, 1|SCALAR_FLAG), 74 OPN(DP3, 2), 75 OPN(DP4, 2), 76 OPN(DPH, 2), 77 OPN(DST, 2), 78 OPN(EX2, 1|SCALAR_FLAG), 79 OPN(EXP, 1|SCALAR_FLAG), [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 417 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneFunctionInto() local 418 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneFunctionInto() 419 const BasicBlock *OldBB = OPN->getParent(); in CloneAndPruneFunctionInto() 426 OPN = PHIToResolve[phino]; in CloneAndPruneFunctionInto() 427 PHINode *PN = cast<PHINode>(VMap[OPN]); in CloneAndPruneFunctionInto()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 470 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst() local 471 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() 472 const BasicBlock *OldBB = OPN->getParent(); in CloneAndPruneIntoFromInst() 479 OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst() 480 PHINode *PN = cast<PHINode>(VMap[OPN]); in CloneAndPruneIntoFromInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 507 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst() local 508 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst() 509 const BasicBlock *OldBB = OPN->getParent(); in CloneAndPruneIntoFromInst() 516 OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst() 517 PHINode *PN = cast<PHINode>(VMap[OPN]); in CloneAndPruneIntoFromInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 207 PHINode *OPN = cast<PHINode>(I); in EvaluateInDifferentType() local 208 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType() 209 for (unsigned i = 0, e = OPN->getNumIncomingValues(); i != e; ++i) { in EvaluateInDifferentType() 210 Value *V =EvaluateInDifferentType(OPN->getIncomingValue(i), Ty, isSigned); in EvaluateInDifferentType() 211 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 211 PHINode *OPN = cast<PHINode>(I); in EvaluateInDifferentType() local 212 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType() 213 for (unsigned i = 0, e = OPN->getNumIncomingValues(); i != e; ++i) { in EvaluateInDifferentType() 215 EvaluateInDifferentType(OPN->getIncomingValue(i), Ty, isSigned); in EvaluateInDifferentType() 216 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 214 PHINode *OPN = cast<PHINode>(I); in EvaluateInDifferentType() local 215 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType() 216 for (unsigned i = 0, e = OPN->getNumIncomingValues(); i != e; ++i) { in EvaluateInDifferentType() 218 EvaluateInDifferentType(OPN->getIncomingValue(i), Ty, isSigned); in EvaluateInDifferentType() 219 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 7366 ,"SI","OPN","Oplotnica","Oplotnica","113","--3-----","RL","1007",,"4623N 01527E",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 22728 ,"DE","OPN","Oppin","Oppin","ST","--3--6--","RQ","0907",,"5133N 01202E",
|