Searched refs:ValueLo (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 4451 const uint32_t ValueLo = SrcsLo.getConstantValue(); in lowerInt64IcmpCond() local 4453 const uint64_t Value = (static_cast<uint64_t>(ValueHi) << 32) | ValueLo; in lowerInt64IcmpCond() 4467 Operand *Src1RFHi = ValueLo == ValueHi ? Src1RFLo : SrcsHi.src1RF(this); in lowerInt64IcmpCond() 6160 Variable *ValueLo = legalizeToReg(loOperand(Value)); in lowerStore() local 6162 _str(ValueLo, llvm::cast<OperandARM32Mem>(loOperand(NewAddr))); in lowerStore() 6191 Operand *ValueLo = Ctx->getConstantInt32(Instr->getValue(I)); in lowerSwitch() local 6193 ValueLo = legalize(ValueLo, Legal_Reg | Legal_Flex); in lowerSwitch() 6195 _cmp(Src0Lo, ValueLo); in lowerSwitch()
|
D | IceTargetLoweringMIPS32.cpp | 5589 Variable *ValueLo = legalizeToReg(loOperand(Value)); in lowerStore() local 5591 _sw(ValueLo, llvm::cast<OperandMIPS32Mem>(loOperand(NewAddr))); in lowerStore() 5626 Operand *ValueLo = Ctx->getConstantInt32(Instr->getValue(I)); in lowerSwitch() local 5634 ValueLo = legalizeToReg(ValueLo); in lowerSwitch() 5635 _br(NoTarget, TargetTrue, Src0Lo, ValueLo, CondMIPS32::Cond::EQ); in lowerSwitch()
|
D | IceTargetLoweringX86BaseImpl.h | 6948 Operand *ValueLo = legalize(loOperand(Value), Legal_Reg | Legal_Imm); 6949 _store(ValueLo, llvm::cast<X86OperandMem>(loOperand(NewAddr))); 7126 Constant *ValueLo = Ctx->getConstantInt32(Instr->getValue(I)); 7129 _cmp(Src0Lo, ValueLo);
|