HomeSort by relevance Sort by last modified time
    Searched refs:isNonTemporal (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 396 bool isNonTemporal = ST->isNonTemporal();
406 isVolatile, isNonTemporal, Alignment, AAInfo);
415 isVolatile, isNonTemporal, Alignment, AAInfo);
429 isNonTemporal, Alignment, AAInfo);
434 isVolatile, isNonTemporal, MinAlign(Alignment, 4U),
452 bool isNonTemporal = ST->isNonTemporal();
493 isNonTemporal, Alignment, AAInfo);
516 NVT, isVolatile, isNonTemporal, Alignment, AAInfo)
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorOps.cpp 540 LD->isVolatile(), LD->isNonTemporal(),
553 LD->isNonTemporal(), LD->isInvariant(),
666 ST->isVolatile(), ST->isNonTemporal(),
    [all...]
SelectionDAG.cpp 530 bool isNonTemporal, bool isInvariant) {
538 (isNonTemporal << 6) |
    [all...]
DAGCombiner.cpp     [all...]
LegalizeFloatTypes.cpp 639 L->isNonTemporal(), false, L->getAlignment(),
653 L->isNonTemporal(), false, L->getAlignment(),
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 483 L->isVolatile(), L->isNonTemporal(), L->getAlignment());
495 L->isNonTemporal(), L->getAlignment());
    [all...]
SelectionDAG.cpp 478 bool isNonTemporal) {
486 (isNonTemporal << 6);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 661 LN->isVolatile(), LN->isNonTemporal(), 16);
698 LN->isVolatile(), LN->isNonTemporal(), 16);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 453 LD->isVolatile(), LD->isNonTemporal(), 2);
460 LD->isNonTemporal(), 2);
518 ST->isVolatile(), ST->isNonTemporal(),
525 ST->isNonTemporal(), 2);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 876 if (Op.isNonTemporal())
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 919 bool isNonTemporal() const { return (SubclassData >> 6) & 1; }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 454 if (MMO.isNonTemporal())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 440 uint16_t IsNonTemporal : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 491 uint16_t IsNonTemporal : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 491 uint16_t IsNonTemporal : 1;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 491 uint16_t IsNonTemporal : 1;
    [all...]

Completed in 857 milliseconds

12 3 4