Home
last modified time | relevance | path

Searched refs:IntPair (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Analysis/
Dnew.cpp211 class IntPair{ class
215 IntPair() {}; in IntPair() function in IntPair
216 ~IntPair() {x = x/y;}; //expected-warning {{Division by zero}} in ~IntPair()
220 IntPair *b = new IntPair(); in testCallToDestructor()
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h28 struct IntPair { struct
36 struct IntPair UIntPairVal;
/external/llvm/test/CodeGen/SPARC/
Dinlineasm.ll59 ;; Ensure that i64 args to asm are allocated to the IntPair register class.
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td26 // v2i32 if it wasn't allocated to the IntPair register-class)
DSparcInstrInfo.td503 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>;
558 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32, IIC_std>;
1678 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0),
1679 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>;
1680 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1),
1681 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
DSparcRegisterInfo.td336 def IntPair : RegisterClass<"SP", [v2i32], 64,