Home
last modified time | relevance | path

Searched defs:setDest (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
DIntrinsicInst.h176 void setDest(Value *Ptr) { in setDest() function
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp701 auto setDest = [](BasicBlock *Src, BasicBlock *Dest, BasicBlock *BlockInLoop, in UnrollLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp713 auto setDest = [LoopExit, ContinueOnTrue](BasicBlock *Src, BasicBlock *Dest, in UnrollLoop() local
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h823 void setDest(LiveRange *lr) { in setDest() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveInterval.h962 void setDest(LiveRange *lr) { in setDest() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h357 void setDest(Value *Ptr) { in setDest() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h960 void setDest(LiveRange *lr) { in setDest() function
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h439 void setDest(Value *Ptr) { in setDest() function
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp661 void BranchOp::setDest(Block *block) { return setSuccessor(block); } in setDest() function in BranchOp