Home
last modified time | relevance | path

Searched refs:OPN (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/aarch64/
Dlse.S193 #define OPN 0x0000 macro
197 #define OPN 0x1000 macro
201 #define OPN 0x2000 macro
205 #define OPN 0x3000 macro
213 #define LDOP .inst 0x38200020 + OPN + B + N
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dscm-tags.h336 #define SCM_OPDIRP(x) (SCM_NIMP(x) && (CAR(x)==(scm_tc16_dir | OPN)))
349 #define tc_socket (tc7_port | OPN)
350 #define SCM_SOCKP(x) (((0x7f | OPN | RDNG | WRTNG) & CAR(x))==(tc_socket))
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCloneFunction.cpp710 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst() local
711 unsigned NumPreds = OPN->getNumIncomingValues(); in CloneAndPruneIntoFromInst()
712 const BasicBlock *OldBB = OPN->getParent(); in CloneAndPruneIntoFromInst()
720 OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()
721 PHINode *PN = cast<PHINode>(VMap[OPN]); in CloneAndPruneIntoFromInst()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp240 PHINode *OPN = cast<PHINode>(I); in EvaluateInDifferentType() local
241 PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues()); in EvaluateInDifferentType()
242 for (unsigned i = 0, e = OPN->getNumIncomingValues(); i != e; ++i) { in EvaluateInDifferentType()
244 EvaluateInDifferentType(OPN->getIncomingValue(i), Ty, isSigned); in EvaluateInDifferentType()
245 NPN->addIncoming(V, OPN->getIncomingBlock(i)); in EvaluateInDifferentType()