Searched defs:is32Bit (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/D3D8/
H A DDirect3DIndexBuffer8.cpp177 bool Direct3DIndexBuffer8::is32Bit() const function in class:D3D8::Direct3DIndexBuffer8
/external/swiftshader/src/D3D9/
H A DDirect3DIndexBuffer9.cpp223 bool Direct3DIndexBuffer9::is32Bit() const function in class:D3D9::Direct3DIndexBuffer9
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp609 bool is32Bit = false; local
615 is32Bit = true;
628 if (is32Bit)
655 unsigned SubRegIdx = (is32Bit ?
669 unsigned SubRegIdx = (is32Bit ?
689 bool is32Bit = false; local
696 is32Bit = true;
715 unsigned SubRegIdx = (is32Bit ?
740 unsigned SubRegIdx = (is32Bit ?
753 unsigned SubRegIdx = (is32Bit
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp65 static bool is32Bit(EVT VT) { function
2199 bool Is32Bit = is32Bit(VT);
2448 if (!is32Bit(VT))
2930 if (is32Bit(VT))
2972 if (is32Bit(VT))
2995 if (is32Bit(VT)) {
3022 if (is32Bit(VT))
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h357 bool is32Bit() const { function in class:llvm::final

Completed in 238 milliseconds