Home
last modified time | relevance | path

Searched refs:setWeak (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolWasm.h53 void setWeak(bool isWeak) { IsWeak = isWeak; } in setWeak() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCWasmStreamer.cpp109 Symbol->setWeak(true); in EmitSymbolAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp827 NewCI->setWeak(CI->isWeak()); in expandPartwordCmpXchg()
945 NewCI->setWeak(CI->isWeak()); in convertCmpXchgToIntegerType()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp818 NewCI->setWeak(CI->isWeak()); in expandPartwordCmpXchg()
936 NewCI->setWeak(CI->isWeak()); in convertCmpXchgToIntegerType()
/external/clang/lib/CodeGen/
DCGAtomic.cpp370 Pair->setWeak(IsWeak); in emitAtomicCmpXchg()
1422 Inst->setWeak(IsWeak); in EmitAtomicCompareExchangeOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp3737 Result->setWeak(isWeak()); in cloneImpl()
/external/llvm/include/llvm/IR/
DInstructions.h555 void setWeak(bool IsWeak) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h563 void setWeak(bool IsWeak) {
/external/llvm/lib/IR/
DInstructions.cpp3939 Result->setWeak(isWeak()); in cloneImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4442 cast<AtomicCmpXchgInst>(I)->setWeak(Record[OpNum+4]); in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5429 cast<AtomicCmpXchgInst>(I)->setWeak(Record[OpNum+4]); in parseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp6139 CXI->setWeak(isWeak); in ParseCmpXchg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp6641 CXI->setWeak(isWeak); in ParseCmpXchg()