Searched refs:GCR (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | StripGCRelocates.cpp | 34 if (auto *GCR = dyn_cast<GCRelocateInst>(&I)) in stripGCRelocates() local 35 if (isa<GCStatepointInst>(GCR->getOperand(0))) in stripGCRelocates() 36 GCRelocates.push_back(GCR); in stripGCRelocates()
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | c64 | 14 0 string GCR-1541 GCR Image
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 3289 GCRelocateInst &GCR = *const_cast<GCRelocateInst *>(Reloc); in visitCallBase() local 3292 if (GCR.use_empty()) { in visitCallBase() 3293 eraseInstFromFunction(GCR); in visitCallBase() 3297 Value *DerivedPtr = GCR.getDerivedPtr(); in visitCallBase() 3298 Value *BasePtr = GCR.getBasePtr(); in visitCallBase() 3302 replaceInstUsesWith(GCR, UndefValue::get(GCR.getType())); in visitCallBase() 3303 eraseInstFromFunction(GCR); in visitCallBase() 3307 if (auto *PT = dyn_cast<PointerType>(GCR.getType())) { in visitCallBase() 3313 replaceInstUsesWith(GCR, ConstantPointerNull::get(PT)); in visitCallBase() 3314 eraseInstFromFunction(GCR); in visitCallBase() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | EarlyCSE.cpp | 317 if (const GCRelocateInst *GCR = dyn_cast<GCRelocateInst>(Inst)) in getHashValueImpl() local 318 return hash_combine(GCR->getOpcode(), GCR->getOperand(0), in getHashValueImpl() 319 GCR->getBasePtr(), GCR->getDerivedPtr()); in getHashValueImpl()
|
| D | GVN.cpp | 323 if (const GCRelocateInst *GCR = dyn_cast<GCRelocateInst>(I)) { in createExpr() local 327 e.varargs.push_back(lookupOrAdd(GCR->getOperand(0))); in createExpr() 328 e.varargs.push_back(lookupOrAdd(GCR->getBasePtr())); in createExpr() 329 e.varargs.push_back(lookupOrAdd(GCR->getDerivedPtr())); in createExpr()
|
| /openbsd/src/sys/dev/pci/ |
| D | if_em_hw.c | 1826 uint32_t gcr = E1000_READ_REG(hw, GCR); in em_init_hw() 1828 E1000_WRITE_REG(hw, GCR, gcr); in em_init_hw() 9910 gcr_reg = E1000_READ_REG(hw, GCR); in em_set_pci_ex_no_snoop() 9913 E1000_WRITE_REG(hw, GCR, gcr_reg); in em_set_pci_ex_no_snoop() 11197 uint32_t gcr = E1000_READ_REG(hw, GCR); in em_set_pciex_completion_timeout() 11245 E1000_WRITE_REG(hw, GCR, gcr); in em_set_pciex_completion_timeout()
|