HomeSort by relevance Sort by last modified time
    Searched refs:bitsLE (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 217 /// bitsLE - Return true if this has no more bits than VT.
218 bool bitsLE(EVT VT) const {
MachineValueType.h 547 bool bitsLE(MVT VT) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 216 bool bitsLE(EVT VT) const {
MachineValueType.h 544 bool bitsLE(MVT VT) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 216 bool bitsLE(EVT VT) const {
MachineValueType.h 544 bool bitsLE(MVT VT) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ValueTypes.h 244 bool bitsLE(EVT VT) const {
MachineValueType.h 779 bool bitsLE(MVT VT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ValueTypes.h 244 bool bitsLE(EVT VT) const {
MachineValueType.h 779 bool bitsLE(MVT VT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ValueTypes.h 247 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ValueTypes.h 247 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ValueTypes.h 247 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ValueTypes.h 247 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ValueTypes.h 244 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ValueTypes.h 244 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ValueTypes.h 247 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ValueTypes.h 247 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ValueTypes.h 247 bool bitsLE(EVT VT) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ValueTypes.h 247 bool bitsLE(EVT VT) const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 553 /// bitsLE - Return true if this has no more bits than VT.
554 bool bitsLE(EVT VT) const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 390 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!");
522 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 454 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!");
623 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
    [all...]
LegalizeFloatTypes.cpp     [all...]

Completed in 857 milliseconds

1 2 3