HomeSort by relevance Sort by last modified time
    Searched refs:StoreVal (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp 386 unsigned StoreVal = I->getOperand(8).getReg();
435 // and StoreVal, OlddVal, Mask2
436 // or StoreVal, StoreVal, BinOpRes
437 // StoreVal<tied1> = sc StoreVal, 0(Ptr)
438 // beq StoreVal, zero, loopMBB
439 BuildMI(loopMBB, DL, TII->get(Mips::AND), StoreVal)
441 BuildMI(loopMBB, DL, TII->get(Mips::OR), StoreVal)
442 .addReg(StoreVal).addReg(BinOpRes)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 68 uint64_t StoreVal = ByteVal;
70 StoreVal |= ByteVal << (I * 8);
72 DAG.getConstant(StoreVal, DL,
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 68 uint64_t StoreVal = ByteVal;
70 StoreVal |= ByteVal << (I * 8);
72 Chain, DL, DAG.getConstant(StoreVal, DL, MVT::getIntegerVT(Size * 8)),
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 536 milliseconds