Lines Matching refs:BlockName
15431 StringRef BlockName; in EmitX86BuiltinExpr() local
15437 BlockName = "aesenc128kl"; in EmitX86BuiltinExpr()
15441 BlockName = "aesdec128kl"; in EmitX86BuiltinExpr()
15445 BlockName = "aesenc256kl"; in EmitX86BuiltinExpr()
15449 BlockName = "aesdec256kl"; in EmitX86BuiltinExpr()
15456 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
15457 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
15458 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()
15482 StringRef BlockName; in EmitX86BuiltinExpr() local
15486 BlockName = "aesencwide128kl"; in EmitX86BuiltinExpr()
15490 BlockName = "aesdecwide128kl"; in EmitX86BuiltinExpr()
15494 BlockName = "aesencwide256kl"; in EmitX86BuiltinExpr()
15498 BlockName = "aesdecwide256kl"; in EmitX86BuiltinExpr()
15513 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
15514 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
15515 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()