HomeSort by relevance Sort by last modified time
    Searched refs:loOperand (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/subzero/src/
IcePhiLoweringImpl.h 29 /// assumes the 32-bit target has loOperand, hiOperand, and legalizeUndef
30 /// methods. Undef values are also legalized, since loOperand() and hiOperand()
41 auto *DestLo = llvm::cast<Variable>(Target->loOperand(Dest));
49 PhiLo->addArgument(Target->loOperand(Src), Label);
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringX8632.cpp 373 legalizeToReg(loOperand(Value), Traits::RegisterSet::Reg_eax);
IceTargetLoweringX86Base.h 218 loOperand(Operand *Operand);
220 typename std::enable_if<T::Is64Bit, Operand>::type *loOperand(Operand *) {
222 "Hey, yo! This is x86-64. Watcha doin'? (loOperand)");
    [all...]
IceTargetLoweringMIPS32.h 711 Operand *loOperand(Operand *Operand);
    [all...]
IceTargetLoweringARM32.h 167 Operand *loOperand(Operand *Operand);
    [all...]

Completed in 291 milliseconds