Searched refs:ValueHi (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 4452 const uint32_t ValueHi = SrcsHi.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() 6159 Variable *ValueHi = legalizeToReg(hiOperand(Value)); in lowerStore() local 6161 _str(ValueHi, llvm::cast<OperandARM32Mem>(hiOperand(NewAddr))); in lowerStore() 6192 Operand *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); in lowerSwitch() local 6194 ValueHi = legalize(ValueHi, Legal_Reg | Legal_Flex); in lowerSwitch() 6196 _cmp(Src0Hi, ValueHi, CondARM32::EQ); in lowerSwitch()
|
D | IceTargetLoweringMIPS32.cpp | 5588 Variable *ValueHi = legalizeToReg(hiOperand(Value)); in lowerStore() local 5590 _sw(ValueHi, llvm::cast<OperandMIPS32Mem>(hiOperand(NewAddr))); in lowerStore() 5627 Operand *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); in lowerSwitch() local 5630 ValueHi = legalizeToReg(ValueHi); in lowerSwitch() 5632 _br(NoTarget, NoTarget, Src0Hi, ValueHi, IntraLabel, in lowerSwitch()
|
D | IceTargetLoweringX86BaseImpl.h | 6946 Operand *ValueHi = legalize(hiOperand(Value), Legal_Reg | Legal_Imm); 6947 _store(ValueHi, llvm::cast<X86OperandMem>(hiOperand(NewAddr))); 7127 Constant *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); 7131 _cmp(Src0Hi, ValueHi);
|