Searched defs:VariableSplit (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632Traits.h807 /// and VariableSplit.
894 /// VariableSplit is a way to treat an f64 memory location as a pair of i32
898 /// the stack and then accesses through the VariableSplit.
899 // TODO(jpp): remove references to VariableSplit from IceInstX86Base as 64bit
901 class VariableSplit : public X86Operand { class in namespace:Ice::X8632
902 VariableSplit() = delete;
903 VariableSplit(const VariableSplit &) = delete;
904 VariableSplit &operator=(const VariableSplit
924 VariableSplit(Cfg *Func, Variable *Var, Portion Part) function in class:Ice::X8632::VariableSplit
[all...]
H A DIceTargetLoweringX8664Traits.h889 /// and VariableSplit.
970 /// VariableSplit is a way to treat an f64 memory location as a pair of i32
974 /// the stack and then accesses through the VariableSplit.
975 // TODO(jpp): remove references to VariableSplit from IceInstX86Base as 64bit
977 class VariableSplit : public X86Operand { class in namespace:Ice::X8664
978 VariableSplit() = delete;
979 VariableSplit(const VariableSplit &) = delete;
980 VariableSplit &operator=(const VariableSplit
1000 VariableSplit(Cfg *Func, Variable *Var, Portion Part) function in class:Ice::X8664::VariableSplit
[all...]

Completed in 295 milliseconds