HomeSort by relevance Sort by last modified time
    Searched defs:IsVolatile (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 181 bool isVolatile = LD->isVolatile();
185 isVolatile = false;
234 SDValue Ops[] = { getI32Imm(isVolatile),
254 SDValue Ops[] = { getI32Imm(isVolatile),
286 SDValue Ops[] = { getI32Imm(isVolatile),
317 SDValue Ops[] = { getI32Imm(isVolatile),
356 bool IsVolatile = MemSD->isVolatile();
360 IsVolatile = false
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 46 milliseconds