Home
last modified time | relevance | path

Searched refs:bInstr (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInstruction.java225 Value a, int aInstr, Value b, int bInstr, RegisterAllocator allocator) { in identicalAfterRegisterAllocation() argument
230 if (allocator.getRegisterForValue(a, aInstr) != allocator.getRegisterForValue(b, bInstr)) { in identicalAfterRegisterAllocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp10898 X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr, in EmitAtomicBitwiseWithCustomInserter() argument
10932 llvm::next(MachineBasicBlock::iterator(bInstr)), in EmitAtomicBitwiseWithCustomInserter()
10944 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 4 && in EmitAtomicBitwiseWithCustomInserter()
10946 DebugLoc dl = bInstr->getDebugLoc(); in EmitAtomicBitwiseWithCustomInserter()
10947 MachineOperand& destOper = bInstr->getOperand(0); in EmitAtomicBitwiseWithCustomInserter()
10949 int numArgs = bInstr->getNumOperands() - 1; in EmitAtomicBitwiseWithCustomInserter()
10951 argOpers[i] = &bInstr->getOperand(i+1); in EmitAtomicBitwiseWithCustomInserter()
10987 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand"); in EmitAtomicBitwiseWithCustomInserter()
10988 (*MIB).setMemRefs(bInstr->memoperands_begin(), in EmitAtomicBitwiseWithCustomInserter()
10989 bInstr->memoperands_end()); in EmitAtomicBitwiseWithCustomInserter()
[all …]